summaryrefslogtreecommitdiff
path: root/cli/tests/single_compile_with_reload.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/single_compile_with_reload.ts')
-rw-r--r--cli/tests/single_compile_with_reload.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/single_compile_with_reload.ts b/cli/tests/single_compile_with_reload.ts
index 3dd728366..a4d6d0341 100644
--- a/cli/tests/single_compile_with_reload.ts
+++ b/cli/tests/single_compile_with_reload.ts
@@ -1,4 +1,4 @@
-await import("./005_more_imports.ts");
+await import("./single_compile_with_reload_dyn.ts");
console.log("1");
-await import("./005_more_imports.ts");
+await import("./single_compile_with_reload_dyn.ts");
console.log("2");