diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-10-17 18:57:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-17 22:57:31 +0000 |
commit | 74be01273c16b83b1063da1750045b12e095f0c3 (patch) | |
tree | a58a74664bb06524d82c55360cca03afac9649cd /cli/tests/unit/test_util.ts | |
parent | 204c46dcc1dc5d77ecbe4bb0c4b131a5110885bc (diff) |
chore: upgrade internal deno_std to 0.160 (#16333)
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 19cad092d..c33da5338 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/bufio.ts"; +export { readLines } from "../../../test_util/std/io/buffer.ts"; export { parse as parseArgs } from "../../../test_util/std/flags/mod.ts"; export function pathToAbsoluteFileUrl(path: string): URL { |