From 6c9695a528a2967d837f01030412526659735a12 Mon Sep 17 00:00:00 2001 From: JaePil Jung Date: Sat, 12 Jan 2019 23:16:18 +0900 Subject: Remove unused imports (#1503) --- js/buffer_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/buffer_test.ts') diff --git a/js/buffer_test.ts b/js/buffer_test.ts index 2683b3862..7186a94b6 100644 --- a/js/buffer_test.ts +++ b/js/buffer_test.ts @@ -3,7 +3,7 @@ import * as deno from "deno"; // This code has been ported almost directly from Go's src/bytes/buffer_test.go // Copyright 2009 The Go Authors. All rights reserved. BSD license. // https://github.com/golang/go/blob/master/LICENSE -import { assert, assertEqual, test } from "./test_util.ts"; +import { assertEqual, test } from "./test_util.ts"; // N controls how many iterations of certain checks are performed. const N = 100; let testBytes: Uint8Array | null; -- cgit v1.2.3