diff options
author | Luka Hartwig <mail@lukahartwig.de> | 2020-02-02 22:55:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-02 16:55:22 -0500 |
commit | f168597b7ab81afda3bf4749a81c360d364e7cf1 (patch) | |
tree | 4082e9eebf03cc7b3b653822c52a54a62e308d15 /cli/tests/error_016_dynamic_import_permissions2.js | |
parent | e8df66c12cbb3e51f8776aa91e6db41bbfdcae5e (diff) |
Remove //tests symlink (#3849)
Diffstat (limited to 'cli/tests/error_016_dynamic_import_permissions2.js')
-rw-r--r-- | cli/tests/error_016_dynamic_import_permissions2.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/error_016_dynamic_import_permissions2.js b/cli/tests/error_016_dynamic_import_permissions2.js index 71c70815c..34e1a43d2 100644 --- a/cli/tests/error_016_dynamic_import_permissions2.js +++ b/cli/tests/error_016_dynamic_import_permissions2.js @@ -1,5 +1,5 @@ // If this is executed with --allow-net but not --allow-read the following // import should cause a permission denied error. (async () => { - await import("http://localhost:4545/tests/subdir/evil_remote_import.js"); + await import("http://localhost:4545/cli/tests/subdir/evil_remote_import.js"); })(); |