summaryrefslogtreecommitdiff
path: root/ext/webidl/benches/dict.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/webidl/benches/dict.rs')
-rw-r--r--ext/webidl/benches/dict.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/webidl/benches/dict.rs b/ext/webidl/benches/dict.rs
index df0844fce..d07261bca 100644
--- a/ext/webidl/benches/dict.rs
+++ b/ext/webidl/benches/dict.rs
@@ -14,7 +14,7 @@ fn setup() -> Vec<Extension> {
deno_webidl::init(),
Extension::builder("deno_webidl_bench")
.esm(vec![ExtensionFileSource {
- specifier: "internal:setup".to_string(),
+ specifier: "ext:setup".to_string(),
code: ExtensionFileSourceCode::IncludedInBinary(include_str!(
"dict.js"
)),