summaryrefslogtreecommitdiff
path: root/tests/wpt
diff options
context:
space:
mode:
authorAsher Gomez <ashersaupingomez@gmail.com>2024-04-02 12:57:05 +1100
committerGitHub <noreply@github.com>2024-04-02 12:57:05 +1100
commit858abbe745aa8188654120d4999ab983b014c197 (patch)
tree85b314b1e8166aaa9efb2ba1f416abfa00f0b7a8 /tests/wpt
parentb0c1bd82a85ddb54ffe717a2c158c33c0be99fe8 (diff)
chore: update `std` submodule to 0.221.0 (#23112)
Diffstat (limited to 'tests/wpt')
-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 {