summaryrefslogtreecommitdiff
path: root/std/path/extname_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/path/extname_test.ts')
-rw-r--r--std/path/extname_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/path/extname_test.ts b/std/path/extname_test.ts
index e27222655..d9e14bb48 100644
--- a/std/path/extname_test.ts
+++ b/std/path/extname_test.ts
@@ -1,7 +1,7 @@
// Copyright the Browserify authors. MIT License.
// Ported from https://github.com/browserify/path-browserify/
-import { test } from "../testing/mod.ts";
+const { test } = Deno;
import { assertEquals } from "../testing/asserts.ts";
import * as path from "./mod.ts";