mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
733cbb3197
Using hidden files are rather antisocial, and rather pointless in this particular context. Change .stdout and .stderr to simply stdout and stderr. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
6 lines
144 B
NASM
6 lines
144 B
NASM
;Testname=bin; Arguments=-fbin -o_file_.bin; Files=stdout stderr _file_.bin
|
|
db __FILE__, `\r\n`
|
|
db __FILE__, `\r\n`
|
|
dw __LINE__
|
|
dw __LINE__
|