Fix .endmacro not at the start of the line. Rename test files.
This commit is contained in:
6
test/asm/err/endmacro.s
Normal file
6
test/asm/err/endmacro.s
Normal file
@@ -0,0 +1,6 @@
|
||||
; for PR #2013
|
||||
; should produce error output:
|
||||
; ... Error: '.ENDMACRO' expected for macro 'test'
|
||||
|
||||
.macro test
|
||||
nop .endmacro
|
||||
Reference in New Issue
Block a user