summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNathan Whitaker <17734409+nathanwhit@users.noreply.github.com>2024-09-16 13:43:52 -0700
committerGitHub <noreply@github.com>2024-09-16 13:43:52 -0700
commite81c67ba227b00ccde495fb0afb6ae14f69a3a30 (patch)
tree3b167411659ce918a1da5248fea139070fa8e0c2 /tests
parent62e952559f600e72d7498c9b12f906cb0b1ba150 (diff)
feat(permissions): `Deno.mainModule` doesn't require permissions (#25667)
Closes https://github.com/denoland/deno/issues/7315.
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/run_tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/run_tests.rs b/tests/integration/run_tests.rs
index 10a266fcc..b47af238b 100644
--- a/tests/integration/run_tests.rs
+++ b/tests/integration/run_tests.rs
@@ -1553,7 +1553,7 @@ itest!(import_meta {
});
itest!(main_module {
- args: "run --quiet --allow-read --reload run/main_module/main.ts",
+ args: "run --quiet --reload run/main_module/main.ts",
output: "run/main_module/main.out",
});