summaryrefslogtreecommitdiff
path: root/tests/subdir/auto_print_hello.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/subdir/auto_print_hello.ts')
-rw-r--r--tests/subdir/auto_print_hello.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/subdir/auto_print_hello.ts b/tests/subdir/auto_print_hello.ts
index a00040281..5efa72e03 100644
--- a/tests/subdir/auto_print_hello.ts
+++ b/tests/subdir/auto_print_hello.ts
@@ -1,2 +1,2 @@
console.log("hello!");
-export = {};
+export default {};