Get rid of error in line continuation test

The purpose of the test is to ensure that rgbasm doesn't segfault in this case.
The "Macro '@' not defined" error is unnecessary.
This commit is contained in:
dbrotz
2019-08-29 11:49:17 -07:00
parent 6ffa751090
commit 17945a7377
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