mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Due to recent changes, lots of tests generated a slightly different error output. - bank-noexist : This test doesn't generate any error output now as unknown labels are left for the linker to resolve. - null-in-macro : This test used to crash. Now, the parser verifies that a MACRO ends in ENDM, generating an error message if not. Signed-off-by: AntonioND <antonio_nd@outlook.com>
3 lines
55 B
Plaintext
3 lines
55 B
Plaintext
ERROR: macro-@.asm(1) -> @(-1):
|
|
Macro '@' not defined
|