diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-01-14 13:37:28 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-01-14 13:37:28 -0800 |
commit | 232b4a1511a63a2c76ee233e7e172f8caa8232bb (patch) | |
tree | 7023449cd9a0cafce96b7ca6e6c6b5c225693779 /baremetal | |
parent | 21bddb2e4bad5f67ef45022f194c902f2ea24c84 (diff) | |
download | mu-232b4a1511a63a2c76ee233e7e172f8caa8232bb.tar.gz |
.
Diffstat (limited to 'baremetal')
-rw-r--r-- | baremetal/502test.mu | 1 |
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-!= |