diff options
Diffstat (limited to 'io/bufio.ts')
| -rw-r--r-- | io/bufio.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io/bufio.ts b/io/bufio.ts index 33cddea2b..f583a2ff9 100644 --- a/io/bufio.ts +++ b/io/bufio.ts @@ -5,7 +5,7 @@ import { Reader, ReadResult, Writer } from "deno"; import { charCode, copyBytes } from "./util.ts"; -import { assert } from "../testing/mod.ts"; +import { assert } from "../testing/asserts.ts"; const DEFAULT_BUF_SIZE = 4096; const MIN_BUF_SIZE = 16; |
