mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 19:09:36 +00:00
Add more RGBLINK test coverage (#1637)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
section fragment "test", rom0
|
||||
db 1
|
||||
@@ -0,0 +1,2 @@
|
||||
section union "test", rom0
|
||||
db 2
|
||||
@@ -0,0 +1 @@
|
||||
error: Section "test" is defined as SECTION FRAGMENT at section-conflict/different-mod/a.asm(1), but as SECTION UNION at section-conflict/different-mod/b.asm(1)
|
||||
Reference in New Issue
Block a user