diff options
| author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-04-02 12:57:05 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-02 12:57:05 +1100 |
| commit | 858abbe745aa8188654120d4999ab983b014c197 (patch) | |
| tree | 85b314b1e8166aaa9efb2ba1f416abfa00f0b7a8 /tests/wpt | |
| parent | b0c1bd82a85ddb54ffe717a2c158c33c0be99fe8 (diff) | |
chore: update `std` submodule to 0.221.0 (#23112)
Diffstat (limited to 'tests/wpt')
| -rwxr-xr-x | tests/wpt/wpt.ts | 2 |
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 { |
