mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 10:42:07 +00:00
Avoid nonessential EQUS expansion in tests
This commit is contained in:
@@ -22,12 +22,12 @@ ENDM
|
||||
|
||||
MACRO test_char
|
||||
DEF VAR_DEF equs "DEF sizeof_\1something = 0"
|
||||
VAR_DEF
|
||||
{VAR_DEF}
|
||||
DEF sizeof_\1something = 1
|
||||
PURGE VAR_DEF
|
||||
|
||||
DEF VAR_PRINT equs "println \"sizeof_\1something equals {sizeof_\1something}\""
|
||||
VAR_PRINT
|
||||
{VAR_PRINT}
|
||||
PURGE VAR_PRINT
|
||||
ENDM
|
||||
|
||||
|
||||
Reference in New Issue
Block a user