diff options
-rw-r--r-- | core/isolate.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/isolate.rs b/core/isolate.rs index 08141c603..cbbbe79a1 100644 --- a/core/isolate.rs +++ b/core/isolate.rs @@ -941,7 +941,7 @@ pub mod tests { // terminate execution let ok = v8_isolate_handle.terminate_execution(); - assert!(ok, true); + assert!(ok); }); // Rn an infinite loop, which should be terminated. |