Fix .endmacro not at the start of the line. Rename test files.

This commit is contained in:
mvax
2023-03-02 15:12:30 -05:00
parent 98d2d9ee4e
commit 3f2129894b
2 changed files with 0 additions and 0 deletions

6
test/asm/err/endmacro.s Normal file
View File

@@ -0,0 +1,6 @@
; for PR #2013
; should produce error output:
; ... Error: '.ENDMACRO' expected for macro 'test'
.macro test
nop .endmacro