summaryrefslogtreecommitdiff
path: root/tests/wpt/wpt.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/wpt.ts')
-rwxr-xr-xtests/wpt/wpt.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wpt/wpt.ts b/tests/wpt/wpt.ts
index 351ee518c..35a7c1e79 100755
--- a/tests/wpt/wpt.ts
+++ b/tests/wpt/wpt.ts
@@ -34,7 +34,7 @@ import {
} from "./runner/utils.ts";
import { pooledMap } from "../util/std/async/pool.ts";
import { blue, bold, green, red, yellow } from "../util/std/fmt/colors.ts";
-import { writeAll, writeAllSync } from "../util/std/streams/write_all.ts";
+import { writeAll, writeAllSync } from "../util/std/io/write_all.ts";
import { saveExpectation } from "./runner/utils.ts";
class TestFilter {