summaryrefslogtreecommitdiff
path: root/ext/url/benches/url_ops.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/url/benches/url_ops.rs')
-rw-r--r--ext/url/benches/url_ops.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/url/benches/url_ops.rs b/ext/url/benches/url_ops.rs
index 4b41eb3a0..fd8cac7ef 100644
--- a/ext/url/benches/url_ops.rs
+++ b/ext/url/benches/url_ops.rs
@@ -14,7 +14,7 @@ fn setup() -> Vec<Extension> {
Extension::builder("bench_setup")
.esm(vec![(
"internal:setup",
- r#"import { URL } from "internal:ext/url/00_url.js";
+ r#"import { URL } from "internal:deno_url/00_url.js";
globalThis.URL = URL;
"#,
)])