summaryrefslogtreecommitdiff
path: root/tests/testdata/run
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/run')
-rw-r--r--tests/testdata/run/import_type.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testdata/run/import_type.ts b/tests/testdata/run/import_type.ts
index 22c639cbc..65e140cda 100644
--- a/tests/testdata/run/import_type.ts
+++ b/tests/testdata/run/import_type.ts
@@ -1,4 +1,4 @@
-import { type B, create } from "../subdir/export_types.ts";
+import { create, type B } from "../subdir/export_types.ts";
const b: B = create();