diff options
Diffstat (limited to 'http/server_test.ts')
-rw-r--r-- | http/server_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http/server_test.ts b/http/server_test.ts index 099547d0c..cc5863eb5 100644 --- a/http/server_test.ts +++ b/http/server_test.ts @@ -5,7 +5,7 @@ // Ported from // https://github.com/golang/go/blob/master/src/net/http/responsewrite_test.go -import { Buffer } from "deno"; +const { Buffer } = Deno; import { assertEqual, test } from "../testing/mod.ts"; import { Response, ServerRequest } from "./server.ts"; import { BufReader, BufWriter } from "../io/bufio.ts"; |