diff options
author | JaePil Jung <jjp5023@gmail.com> | 2019-01-12 23:16:18 +0900 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-01-12 09:16:18 -0500 |
commit | 6c9695a528a2967d837f01030412526659735a12 (patch) | |
tree | 355ba81be12cb3fff111ceea2162584b4a0fc784 /js/mkdir_test.ts | |
parent | e29a676b78773ddbb095a41eaf4f2ce5a8a701ab (diff) |
Remove unused imports (#1503)
Diffstat (limited to 'js/mkdir_test.ts')
-rw-r--r-- | js/mkdir_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/mkdir_test.ts b/js/mkdir_test.ts index 27da93c16..ea6028c9e 100644 --- a/js/mkdir_test.ts +++ b/js/mkdir_test.ts @@ -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 mkdirSyncSuccess() { |