test: nasm-t -- Add br3200749

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov 2018-11-11 19:13:15 +03:00
parent 3d5195704d
commit 6fcb91cbc1
3 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,7 @@
%define IFNDEF %ifndef
%define ENDIF %endif
IFNDEF foo
; bar
ENDIF

View File

@ -0,0 +1,13 @@
[
{
"description": "Test macro expansion",
"id": "br3200749",
"format": "bin",
"source": "br3200749.asm",
"option": "-Ox",
"target": [
{ "stderr": "br3200749.stderr" }
],
"error": "expected"
}
]

View 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