From 9d0203a4ee2f2e21e5aca614776fc47574e59b00 Mon Sep 17 00:00:00 2001 From: "Anthony J. Bentley" Date: Sun, 22 Feb 2015 03:31:22 -0700 Subject: [PATCH] Delete commented-out code. --- test/asm/test.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/test/asm/test.sh b/test/asm/test.sh index 221e7ba6..89dba563 100644 --- a/test/asm/test.sh +++ b/test/asm/test.sh @@ -2,6 +2,5 @@ fname=$(mktemp) for i in *.asm; do ../../rgbasm $i >$fname 2>&1 -# diff -u $fname $(basename $i .asm).out diff -u $fname ${i%.asm}.out done