mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-13 17:57:12 +08:00
test: nasm-t -- Add br3200749
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
3d5195704d
commit
6fcb91cbc1
7
travis/test/br3200749.asm
Normal file
7
travis/test/br3200749.asm
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
%define IFNDEF %ifndef
|
||||||
|
%define ENDIF %endif
|
||||||
|
|
||||||
|
IFNDEF foo
|
||||||
|
; bar
|
||||||
|
ENDIF
|
||||||
|
|
13
travis/test/br3200749.json
Normal file
13
travis/test/br3200749.json
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"description": "Test macro expansion",
|
||||||
|
"id": "br3200749",
|
||||||
|
"format": "bin",
|
||||||
|
"source": "br3200749.asm",
|
||||||
|
"option": "-Ox",
|
||||||
|
"target": [
|
||||||
|
{ "stderr": "br3200749.stderr" }
|
||||||
|
],
|
||||||
|
"error": "expected"
|
||||||
|
}
|
||||||
|
]
|
2
travis/test/br3200749.stderr
Normal file
2
travis/test/br3200749.stderr
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
./travis/test/br3200749.asm:4: error: label or instruction expected at start of line
|
||||||
|
./travis/test/br3200749.asm:6: error: label or instruction expected at start of line
|
Loading…
x
Reference in New Issue
Block a user