summaryrefslogtreecommitdiff
path: root/std/io/readers_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/io/readers_test.ts')
-rw-r--r--std/io/readers_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/io/readers_test.ts b/std/io/readers_test.ts
index e3aaad0a5..22982c924 100644
--- a/std/io/readers_test.ts
+++ b/std/io/readers_test.ts
@@ -3,7 +3,7 @@ import { assertEquals } from "../testing/asserts.ts";
import { MultiReader, StringReader } from "./readers.ts";
import { StringWriter } from "./writers.ts";
import { copyN } from "./ioutil.ts";
-import { decode } from "../strings/mod.ts";
+import { decode } from "../encoding/utf8.ts";
test(async function ioStringReader(): Promise<void> {
const r = new StringReader("abcdef");