diff options
Diffstat (limited to 'io/util_test.ts')
-rw-r--r-- | io/util_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io/util_test.ts b/io/util_test.ts index c3f134616..62cdfe533 100644 --- a/io/util_test.ts +++ b/io/util_test.ts @@ -1,7 +1,7 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +const { remove } = Deno; import { test, assert } from "../testing/mod.ts"; import { copyBytes, tempFile } from "./util.ts"; -import { remove } from "deno"; import * as path from "../fs/path.ts"; test(function testCopyBytes() { |