mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
POSIX leaves undefined the order of output if stderr is injected into stdout, and in practice it differs on Windows (Linux buffers both streams separately, Windows interleaves them as they arrive without buffering). This should help testing on other platforms
6 lines
256 B
Plaintext
6 lines
256 B
Plaintext
ERROR: label-macro-arg.asm(45) -> label-macro-arg.asm::test_char(31):
|
|
Label "sizeof_" created outside of a SECTION
|
|
while expanding symbol "VAR_DEF"
|
|
ERROR: label-macro-arg.asm(45) -> label-macro-arg.asm::test_char(31):
|
|
Macro 'something' not defined
|