shithub: rgbds

Download patch

ref: 38a80f281667a8420483fb09a24898a3a03c1161
parent: 6563133426c735cb961d2e5efaf7b00e2221a8c6
author: ISSOtm <[email protected]>
date: Mon Jul 27 14:30:12 EDT 2020

Fix test failing on OS-dependent trailing newline

--- a/test/asm/jr-section.asm
+++ b/test/asm/jr-section.asm
@@ -2,4 +2,5 @@
 
 Label:
 	jr Label
-	PRINTV Label - @
+DIFF equ Label - @
+	PRINTT "{DIFF}\n"
--- a/test/asm/jr-section.out
+++ b/test/asm/jr-section.out
@@ -1,1 +1,1 @@
-$FFFFFFFE
\ No newline at end of file
+$FFFFFFFE