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 980eaeb commit b7e2267Copy full SHA for b7e2267
test/kernel/integration/exception/test.py
@@ -17,7 +17,7 @@ def is_good(line):
17
if (counter == expected):
18
vm.exit(0, "All tests passed")
19
20
-vm.on_output("\\x15\\x07\\t\*\*\*\* PANIC \*\*\*\*", is_good)
+vm.on_output("\\x15\\x07\\t\\*\\*\\*\\* PANIC \\*\\*\\*\\*", is_good)
21
vm.on_output("Divide-by-zero Error", is_good)
22
23
vm.on_output("__cpu_exception", is_good)
0 commit comments