Avoid nonessential strings-as-numbers in tests

This commit is contained in:
Rangi42
2025-09-06 12:45:01 -04:00
parent 00b5077b2a
commit 94ed28acf8
8 changed files with 7 additions and 25 deletions

View File

@@ -2,5 +2,4 @@ SECTION "test", ROM0
db ""
dw ""
dl ""
assert ("") == 0
assert SIZEOF("test") == 0