mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Add more tests for RGBASM code coverage (#1257)
* Add more tests for RGBASM code coverage * Use C++ unnamed parameters, not `(void)` casting * Fix crash in `sect_AlignPC` from #1253
This commit is contained in:
@@ -1,9 +1,23 @@
|
||||
error: bank.asm(13) -> bank.asm::def_sect(8):
|
||||
Expected constant expression: Section "ROMX_ok1"'s bank is not known
|
||||
error: bank.asm(13) -> bank.asm::def_sect(8):
|
||||
Expected constant expression: "Label_u3"'s bank is not known
|
||||
error: bank.asm(15) -> bank.asm::def_sect(8):
|
||||
Expected constant expression: Section "ROMX_bad"'s bank is not known
|
||||
error: bank.asm(15) -> bank.asm::def_sect(8):
|
||||
Expected constant expression: "Label_u5"'s bank is not known
|
||||
error: bank.asm(17) -> bank.asm::def_sect(8):
|
||||
Expected constant expression: Section "VRAM_bad"'s bank is not known
|
||||
error: bank.asm(17) -> bank.asm::def_sect(8):
|
||||
Expected constant expression: "Label_u7"'s bank is not known
|
||||
error: bank.asm(19) -> bank.asm::def_sect(8):
|
||||
Expected constant expression: Section "SRAM_bad"'s bank is not known
|
||||
error: bank.asm(20) -> bank.asm::def_sect(8):
|
||||
error: bank.asm(19) -> bank.asm::def_sect(8):
|
||||
Expected constant expression: "Label_u9"'s bank is not known
|
||||
error: bank.asm(22) -> bank.asm::def_sect(8):
|
||||
Expected constant expression: Section "WRAMX_bad"'s bank is not known
|
||||
error: Assembly aborted (4 errors)!
|
||||
error: bank.asm(22) -> bank.asm::def_sect(8):
|
||||
Expected constant expression: "Label_u12"'s bank is not known
|
||||
error: bank.asm(26):
|
||||
BANK argument must be a label
|
||||
error: Assembly aborted (11 errors)!
|
||||
|
||||
Reference in New Issue
Block a user