shithub: rgbds

Download patch

ref: 9d0203a4ee2f2e21e5aca614776fc47574e59b00
parent: a18b65de21e56b6aa5120d09a3b613f5b9226ead
author: Anthony J. Bentley <[email protected]>
date: Sat Feb 21 22:31:22 EST 2015

Delete commented-out code.

--- a/test/asm/test.sh
+++ b/test/asm/test.sh
@@ -2,6 +2,5 @@
 
 for i in *.asm; do
 	../../rgbasm $i >$fname 2>&1
-#	diff -u $fname $(basename $i .asm).out
 	diff -u $fname ${i%.asm}.out
 done