From 32aaefd9eeea4a08eec0159f6374bfadf2bec62f Mon Sep 17 00:00:00 2001 From: Feng Yu Date: Sat, 16 Apr 2022 23:28:15 +0800 Subject: fix(tools/wpt): replace deprecated writeAllSync and writeAll (#14282) --- tools/wpt.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/wpt.ts b/tools/wpt.ts index 0563a05ce..52d57ad28 100755 --- a/tools/wpt.ts +++ b/tools/wpt.ts @@ -32,7 +32,7 @@ import { wptreport, } from "./wpt/utils.ts"; import { blue, bold, green, red, yellow } from "../test_util/std/fmt/colors.ts"; -import { writeAll, writeAllSync } from "../test_util/std/io/util.ts"; +import { writeAll, writeAllSync } from "../test_util/std/streams/conversion.ts"; import { saveExpectation } from "./wpt/utils.ts"; const command = Deno.args[0]; -- cgit v1.2.3