mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Merge pull request #397 from NieDzejkob/test-local-without-parent
Add a test for a defining local label without a parent
This commit is contained in:
2
test/asm/local-without-parent.asm
Normal file
2
test/asm/local-without-parent.asm
Normal file
@@ -0,0 +1,2 @@
|
||||
SECTION "Test", ROM0
|
||||
.test:
|
||||
2
test/asm/local-without-parent.out
Normal file
2
test/asm/local-without-parent.out
Normal file
@@ -0,0 +1,2 @@
|
||||
ERROR: local-without-parent.asm(2):
|
||||
Local label in main scope
|
||||
2
test/asm/local-without-parent.out.pipe
Normal file
2
test/asm/local-without-parent.out.pipe
Normal file
@@ -0,0 +1,2 @@
|
||||
ERROR: -(2):
|
||||
Local label in main scope
|
||||
Reference in New Issue
Block a user