summaryrefslogtreecommitdiff
path: root/tests/testdata/run/import_meta
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/run/import_meta')
-rw-r--r--tests/testdata/run/import_meta/main.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testdata/run/import_meta/main.ts b/tests/testdata/run/import_meta/main.ts
index 61880e2c1..384a9232e 100644
--- a/tests/testdata/run/import_meta/main.ts
+++ b/tests/testdata/run/import_meta/main.ts
@@ -1,4 +1,4 @@
-import { assertThrows } from "../../../../test_util/std/assert/mod.ts";
+import { assertThrows } from "../../../../tests/util/std/assert/mod.ts";
import "http://localhost:4545/run/import_meta/other.ts";
import "./other.ts";