about summary refs log tree commit diff stats
path: root/baremetal/502test.mu
diff options
context:
space:
mode:
Diffstat (limited to 'baremetal/502test.mu')
-rw-r--r--baremetal/502test.mu1
1 files changed, 1 insertions, 0 deletions
diff --git a/baremetal/502test.mu b/baremetal/502test.mu
index 94063a70..af7a73ff 100644
--- a/baremetal/502test.mu
+++ b/baremetal/502test.mu
@@ -6,6 +6,7 @@ fn check-ints-equal _a: int, b: int, msg: (addr array byte) {
     break-if-=
     draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0, msg, 3  # 3=cyan
     count-test-failure
+    return
   }
   {
     break-if-!=