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>
8 lines
137 B
NASM
Executable File
8 lines
137 B
NASM
Executable File
;Testname=test; Arguments=-fbin -obr890790.bin; Files=stdout stderr br890790.bin
|
|
%rep 5
|
|
db 0
|
|
%include "br890790_i.asm"
|
|
%endrep
|
|
|
|
db 1
|