summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/compile/dynamic_imports
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/compile/dynamic_imports')
-rw-r--r--cli/tests/testdata/compile/dynamic_imports/main_unanalyzable.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/compile/dynamic_imports/main_unanalyzable.ts b/cli/tests/testdata/compile/dynamic_imports/main_unanalyzable.ts
index e8e3e849b..ee8ff2c4b 100644
--- a/cli/tests/testdata/compile/dynamic_imports/main_unanalyzable.ts
+++ b/cli/tests/testdata/compile/dynamic_imports/main_unanalyzable.ts
@@ -1,4 +1,4 @@
-import { join } from "https://deno.land/std@0.178.0/path/mod.ts";
+import { join } from "../../../../../test_util/std/path/mod.ts";
console.log("Starting the main module");