From 7683ba5e907c2dca21f1cfffbd33ae50f8c975a7 Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Mon, 16 Jan 2023 07:09:26 +1100 Subject: chore: update std submodule and its imports (#17408) --- cli/tests/unit/http_test.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'cli/tests/unit/http_test.ts') diff --git a/cli/tests/unit/http_test.ts b/cli/tests/unit/http_test.ts index 3c6c86a69..331570a84 100644 --- a/cli/tests/unit/http_test.ts +++ b/cli/tests/unit/http_test.ts @@ -1,9 +1,5 @@ // Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. -import { - Buffer, - BufReader, - BufWriter, -} from "../../../test_util/std/io/buffer.ts"; +import { Buffer, BufReader, BufWriter } from "../../../test_util/std/io/mod.ts"; import { TextProtoReader } from "../testdata/run/textproto.ts"; import { serve, serveTls } from "../../../test_util/std/http/server.ts"; import { -- cgit v1.2.3