mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
Remove unused imports (#1503)
This commit is contained in:
parent
e29a676b78
commit
6c9695a528
8 changed files with 8 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue