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/testdata/run/textproto.ts | 4 ++-- cli/tests/testdata/run/tls_connecttls.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'cli/tests/testdata/run') diff --git a/cli/tests/testdata/run/textproto.ts b/cli/tests/testdata/run/textproto.ts index 7ddb79717..62c4f5979 100644 --- a/cli/tests/testdata/run/textproto.ts +++ b/cli/tests/testdata/run/textproto.ts @@ -17,8 +17,8 @@ import type { BufReader, ReadLineResult, -} from "../../../../test_util/std/io/buffer.ts"; -import { concat } from "../../../../test_util/std/bytes/mod.ts"; +} from "../../../../test_util/std/io/buf_reader.ts"; +import { concat } from "../../../../test_util/std/bytes/concat.ts"; // Constants created for DRY const CHAR_SPACE: number = " ".charCodeAt(0); diff --git a/cli/tests/testdata/run/tls_connecttls.js b/cli/tests/testdata/run/tls_connecttls.js index aea60151a..7c03856cb 100644 --- a/cli/tests/testdata/run/tls_connecttls.js +++ b/cli/tests/testdata/run/tls_connecttls.js @@ -3,7 +3,7 @@ import { assert, assertEquals, } from "../../../../test_util/std/testing/asserts.ts"; -import { BufReader, BufWriter } from "../../../../test_util/std/io/buffer.ts"; +import { BufReader, BufWriter } from "../../../../test_util/std/io/mod.ts"; import { TextProtoReader } from "./textproto.ts"; const encoder = new TextEncoder(); -- cgit v1.2.3