summaryrefslogtreecommitdiff
path: root/cli/tests/single_compile_with_reload_dyn.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/single_compile_with_reload_dyn.ts')
-rw-r--r--cli/tests/single_compile_with_reload_dyn.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/single_compile_with_reload_dyn.ts b/cli/tests/single_compile_with_reload_dyn.ts
index 52dd1df7b..0266bf46c 100644
--- a/cli/tests/single_compile_with_reload_dyn.ts
+++ b/cli/tests/single_compile_with_reload_dyn.ts
@@ -1,4 +1,4 @@
-import { returnsHi, returnsFoo2, printHello3 } from "./subdir/mod1.ts";
+import { printHello3, returnsFoo2, returnsHi } from "./subdir/mod1.ts";
printHello3();