diff options
Diffstat (limited to 'textproto_test.ts')
| -rw-r--r-- | textproto_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproto_test.ts b/textproto_test.ts index 32311a468..57ee99459 100644 --- a/textproto_test.ts +++ b/textproto_test.ts @@ -5,7 +5,7 @@ import { BufReader } from "./bufio.ts"; import { TextProtoReader } from "./textproto.ts"; -import { stringsReader } from "./buffer.ts"; +import { stringsReader } from "./util.ts"; import { test, assert, |
