From 6c9695a528a2967d837f01030412526659735a12 Mon Sep 17 00:00:00 2001 From: JaePil Jung Date: Sat, 12 Jan 2019 23:16:18 +0900 Subject: Remove unused imports (#1503) --- js/mkdir_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/mkdir_test.ts') 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() { -- cgit v1.2.3