diff options
Diffstat (limited to 'flags/tests/whitespace.ts')
-rwxr-xr-x | flags/tests/whitespace.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flags/tests/whitespace.ts b/flags/tests/whitespace.ts index 8373cd19e..46ad09426 100755 --- a/flags/tests/whitespace.ts +++ b/flags/tests/whitespace.ts @@ -1,5 +1,5 @@ import { test, assertEqual } from "../../testing/mod.ts"; -import { parse } from "../index.ts"; +import { parse } from "../mod.ts"; test(function whitespaceShouldBeWhitespace() { assertEqual(parse(["-x", "\t"]).x, "\t"); |