mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Add duplicate-section test
This commit is contained in:
4
test/asm/duplicate-section.asm
Normal file
4
test/asm/duplicate-section.asm
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
SECTION "sec", ROM0
|
||||
|
||||
SECTION "sec", ROM0
|
||||
4
test/asm/duplicate-section.err
Normal file
4
test/asm/duplicate-section.err
Normal file
@@ -0,0 +1,4 @@
|
||||
ERROR: duplicate-section.asm(4):
|
||||
Section already defined previously
|
||||
FATAL: duplicate-section.asm(4):
|
||||
Cannot create section "sec" (1 error)
|
||||
0
test/asm/duplicate-section.out
Normal file
0
test/asm/duplicate-section.out
Normal file
Reference in New Issue
Block a user