From 74be01273c16b83b1063da1750045b12e095f0c3 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 17 Oct 2022 18:57:31 -0400 Subject: chore: upgrade internal deno_std to 0.160 (#16333) --- cli/tests/unit/test_util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/unit/test_util.ts') 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 { -- cgit v1.2.3