We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d935c46 commit 466063fCopy full SHA for 466063f
1 file changed
tests/runtime/update_test.py
@@ -20,7 +20,7 @@ def __init__(self):
20
super().__init__(speed_factor=None)
21
22
def on_breakpoint(self):
23
- self.stop()
+ raise Stop()
24
25
def run_test(self, filename):
26
# Auto-load the tape.
0 commit comments