mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-01 15:27:48 +00:00
Separate stdout and stderr in tests
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
This commit is contained in:
7
test/asm/symbol-override.err
Normal file
7
test/asm/symbol-override.err
Normal file
@@ -0,0 +1,7 @@
|
||||
ERROR: symbol-override.asm(6):
|
||||
'W' already defined as constant at symbol-override.asm(5)
|
||||
ERROR: symbol-override.asm(10):
|
||||
'X' already defined as constant at symbol-override.asm(9)
|
||||
ERROR: symbol-override.asm(14):
|
||||
'Y' already defined as non-constant at symbol-override.asm(13)
|
||||
error: Assembly aborted (3 errors)!
|
||||
Reference in New Issue
Block a user