summaryrefslogtreecommitdiff
path: root/core/runtime.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/runtime.rs')
-rw-r--r--core/runtime.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/runtime.rs b/core/runtime.rs
index 304ca68db..305052e9a 100644
--- a/core/runtime.rs
+++ b/core/runtime.rs
@@ -1861,7 +1861,7 @@ pub mod tests {
r#"
let thrown;
try {
- Deno.core.opcall(100, null, null, null);
+ Deno.core.opcallSync(100, null, null);
} catch (e) {
thrown = e;
}