diff options
Diffstat (limited to 'js/buffer_test.ts')
-rw-r--r-- | js/buffer_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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; |