diff options
Diffstat (limited to 'test/fwdoptpp.asm')
-rw-r--r-- | test/fwdoptpp.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/fwdoptpp.asm b/test/fwdoptpp.asm index d181733..e1f5dd6 100644 --- a/test/fwdoptpp.asm +++ b/test/fwdoptpp.asm @@ -1,6 +1,6 @@ -;Testname=error; Arguments=-fbin -DERROR -ofwdoptpp.bin; Files=.stdout .stderr fwdoptpp.bin -;Testname=fatal; Arguments=-fbin -DFATAL -ofwdoptpp.bin; Files=.stdout .stderr fwdoptpp.bin -;Testname=warning; Arguments=-fbin -DWARNING -ofwdoptpp.bin; Files=.stdout .stderr fwdoptpp.bin +;Testname=error; Arguments=-fbin -DERROR -ofwdoptpp.bin; Files=stdout stderr fwdoptpp.bin +;Testname=fatal; Arguments=-fbin -DFATAL -ofwdoptpp.bin; Files=stdout stderr fwdoptpp.bin +;Testname=warning; Arguments=-fbin -DWARNING -ofwdoptpp.bin; Files=stdout stderr fwdoptpp.bin %ifndef ERROR %ifndef FATAL |