From 858abbe745aa8188654120d4999ab983b014c197 Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Tue, 2 Apr 2024 12:57:05 +1100 Subject: chore: update `std` submodule to 0.221.0 (#23112) --- tests/unit/buffer_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/buffer_test.ts') diff --git a/tests/unit/buffer_test.ts b/tests/unit/buffer_test.ts index 06fbef350..88c867c0a 100644 --- a/tests/unit/buffer_test.ts +++ b/tests/unit/buffer_test.ts @@ -11,7 +11,7 @@ import { assertRejects, assertThrows, } from "./test_util.ts"; -import { writeAllSync } from "../util/std/streams/write_all.ts"; +import { writeAllSync } from "../util/std/io/write_all.ts"; const MAX_SIZE = 2 ** 32 - 2; // N controls how many iterations of certain checks are performed. -- cgit v1.2.3