summaryrefslogtreecommitdiff
path: root/flags/tests/stop_early.ts
diff options
context:
space:
mode:
Diffstat (limited to 'flags/tests/stop_early.ts')
-rwxr-xr-xflags/tests/stop_early.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/flags/tests/stop_early.ts b/flags/tests/stop_early.ts
index ca64bf97e..aef4d5dc5 100755
--- a/flags/tests/stop_early.ts
+++ b/flags/tests/stop_early.ts
@@ -1,5 +1,5 @@
import { test, assertEqual } from "../../testing/mod.ts";
-import { parse } from "../index.ts";
+import { parse } from "../mod.ts";
// stops parsing on the first non-option when stopEarly is set
test(function stopParsing() {