summaryrefslogtreecommitdiff
path: root/tests/specs/run/no_check/006_url_imports.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/run/no_check/006_url_imports.ts')
-rw-r--r--tests/specs/run/no_check/006_url_imports.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/specs/run/no_check/006_url_imports.ts b/tests/specs/run/no_check/006_url_imports.ts
new file mode 100644
index 000000000..ad2d25915
--- /dev/null
+++ b/tests/specs/run/no_check/006_url_imports.ts
@@ -0,0 +1,3 @@
+import { printHello } from "./mod2.ts";
+printHello();
+console.log("success");