diff options
Diffstat (limited to 'cli/tests/testdata/subdir/evil_remote_import.js')
-rw-r--r-- | cli/tests/testdata/subdir/evil_remote_import.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cli/tests/testdata/subdir/evil_remote_import.js b/cli/tests/testdata/subdir/evil_remote_import.js deleted file mode 100644 index 4ff7d1b97..000000000 --- a/cli/tests/testdata/subdir/evil_remote_import.js +++ /dev/null @@ -1,4 +0,0 @@ -// We expect to get a permission denied error if we dynamically -// import this module without --allow-read. -export * from "file:///c:/etc/passwd"; -console.log("Hello from evil_remote_import.js"); |