Merge pull request #401 from dbrotz/line-cont-test

Get rid of error in line continuation test
This commit is contained in:
Eldred Habert
2019-08-29 21:23:00 +02:00
committed by GitHub
3 changed files with 7 additions and 5 deletions

View File

@@ -1 +1,7 @@
foo @bar\
; Test that \ after a macro invocation at the end of the file doesn't
; cause a segfault.
bar: MACRO
ENDM
foo bar baz\

View File

@@ -1,2 +0,0 @@
ERROR: line-continuation.asm(2) -> @(-1):
Macro '@' not defined

View File

@@ -1,2 +0,0 @@
ERROR: -(2) -> @(-1):
Macro '@' not defined