diff options
Diffstat (limited to 'tests/specs/permission/path_not_permitted/main.out')
-rw-r--r-- | tests/specs/permission/path_not_permitted/main.out | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/specs/permission/path_not_permitted/main.out b/tests/specs/permission/path_not_permitted/main.out index 77f800158..b057d0a63 100644 --- a/tests/specs/permission/path_not_permitted/main.out +++ b/tests/specs/permission/path_not_permitted/main.out @@ -1,11 +1,11 @@ Running... -PermissionDenied: Requires run access to "deno", run again with the --allow-run flag +NotCapable: Requires run access to "deno", run again with the --allow-run flag [WILDCARD] at file:///[WILDLINE]/sub.ts:15:5 { - name: "PermissionDenied" + name: "NotCapable" } -PermissionDenied: Requires run access to "deno", run again with the --allow-run flag +NotCapable: Requires run access to "deno", run again with the --allow-run flag [WILDCARD] at file:///[WILDLINE]/sub.ts:23:22 { - name: "PermissionDenied" + name: "NotCapable" } |