Remove unused imports (#1503)

This commit is contained in:
JaePil Jung 2019-01-12 23:16:18 +09:00 committed by Ryan Dahl
parent e29a676b78
commit 6c9695a528
8 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
// Copyright 2018 the Deno authors. All rights reserved. MIT license.
import { test, testPerm, assert, assertEqual } from "./test_util.ts";
import { testPerm, assert, assertEqual } from "./test_util.ts";
import * as deno from "deno";
testPerm({ write: true }, function renameSyncSuccess() {