Skip to content

Commit 466063f

Browse files
committed
Ensure Stop exception is catched
1 parent d935c46 commit 466063f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/runtime/update_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def __init__(self):
2020
super().__init__(speed_factor=None)
2121

2222
def on_breakpoint(self):
23-
self.stop()
23+
raise Stop()
2424

2525
def run_test(self, filename):
2626
# Auto-load the tape.

0 commit comments

Comments
 (0)