summaryrefslogtreecommitdiff
path: root/tests/fetch_deps.ts
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-12-23 11:44:08 -0500
committerGitHub <noreply@github.com>2018-12-23 11:44:08 -0500
commit6cc998f28bb1cf119ca96bac385c7361bc1f7021 (patch)
treed5fb8f0da5c79fa14afc814ea85cf1c9134eb714 /tests/fetch_deps.ts
parentbee55fcd20b4919f2d6b4817ce33d1a09e6bcadc (diff)
Remove support for extensionless import (#1396)
Diffstat (limited to 'tests/fetch_deps.ts')
-rw-r--r--tests/fetch_deps.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fetch_deps.ts b/tests/fetch_deps.ts
index d2690e01c..76df15597 100644
--- a/tests/fetch_deps.ts
+++ b/tests/fetch_deps.ts
@@ -1,5 +1,5 @@
// Run ./tools/http_server.py too in order for this test to run.
-import { assert } from "../js/testing/util.ts";
+import { assert } from "../js/testing/testing.ts";
// TODO Top level await https://github.com/denoland/deno/issues/471
async function main() {