mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
Fix typo in assert!() invocation (#4167)
This commit is contained in:
parent
973dbd1ba1
commit
397deb4e29
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue