mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
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:
@@ -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\
|
||||
@@ -1,2 +0,0 @@
|
||||
ERROR: line-continuation.asm(2) -> @(-1):
|
||||
Macro '@' not defined
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
ERROR: -(2) -> @(-1):
|
||||
Macro '@' not defined
|
||||
|
||||
Reference in New Issue
Block a user