summaryrefslogtreecommitdiff
path: root/std/path/join_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/path/join_test.ts')
-rw-r--r--std/path/join_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/path/join_test.ts b/std/path/join_test.ts
index 878e89655..a73cf3679 100644
--- a/std/path/join_test.ts
+++ b/std/path/join_test.ts
@@ -1,4 +1,4 @@
-import { test } from "../testing/mod.ts";
+const { test } = Deno;
import { assertEquals } from "../testing/asserts.ts";
import * as path from "./mod.ts";