diff options
Diffstat (limited to 'core/runtime.rs')
-rw-r--r-- | core/runtime.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/runtime.rs b/core/runtime.rs index f2e804abb..9071463b5 100644 --- a/core/runtime.rs +++ b/core/runtime.rs @@ -2064,7 +2064,6 @@ pub mod tests { impl ModuleLoader for ModsLoader { fn resolve( &self, - _op_state: Rc<RefCell<OpState>>, specifier: &str, referrer: &str, _is_main: bool, @@ -2077,7 +2076,6 @@ pub mod tests { fn load( &self, - _op_state: Rc<RefCell<OpState>>, _module_specifier: &ModuleSpecifier, _maybe_referrer: Option<ModuleSpecifier>, _is_dyn_import: bool, |