diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-12-17 22:40:42 -0500 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-12-17 22:40:42 -0500 |
| commit | 6afc9dca3d6c550b859a7f6bede0ec9527b0ba34 (patch) | |
| tree | bf16288843e165c9334b1556fbf04e969fefca47 /textproto_test.ts | |
| parent | f6dae45cd2bb0615c136188b4dba8a3272ac5d70 (diff) | |
Remove buffer.ts and use the one built in to deno.
Original: https://github.com/denoland/deno_std/commit/5abec6efc5028bb281c29f5df40c0d87a4b8ebeb
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, |
