diff options
Diffstat (limited to 'flags/tests/stop_early.ts')
-rwxr-xr-x | flags/tests/stop_early.ts | 2 |
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() { |