diff options
author | Asher Gomez <ashersaupingomez@gmail.com> | 2023-01-16 07:09:26 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-15 21:09:26 +0100 |
commit | 7683ba5e907c2dca21f1cfffbd33ae50f8c975a7 (patch) | |
tree | 9aa078d6ea13aba94f5d8c4e6fa6500cc9048cba /cli/tests/unit/test_util.ts | |
parent | 8f321a8a39b0926e00ff9e76c44bc687f3a3c8da (diff) |
chore: update std submodule and its imports (#17408)
Diffstat (limited to 'cli/tests/unit/test_util.ts')
-rw-r--r-- | cli/tests/unit/test_util.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/unit/test_util.ts b/cli/tests/unit/test_util.ts index 09102d330..dc7f698c5 100644 --- a/cli/tests/unit/test_util.ts +++ b/cli/tests/unit/test_util.ts @@ -20,7 +20,7 @@ export { export { deferred } from "../../../test_util/std/async/deferred.ts"; export type { Deferred } from "../../../test_util/std/async/deferred.ts"; export { delay } from "../../../test_util/std/async/delay.ts"; -export { readLines } from "../../../test_util/std/io/buffer.ts"; +export { readLines } from "../../../test_util/std/io/read_lines.ts"; export { parse as parseArgs } from "../../../test_util/std/flags/mod.ts"; export function pathToAbsoluteFileUrl(path: string): URL { |