Remove carryover from RGBASM in RGBLINK tests

This commit is contained in:
ISSOtm
2020-03-20 21:50:38 +01:00
parent af22cf182b
commit eb445271df

View File

@@ -16,7 +16,7 @@ tryDiff () {
} }
tryCmp () { tryCmp () {
cmp $1 $2 || (../../contrib/gbdiff.bash $1 $2; echo -e "${bold}${red}${i%.asm}${variant}.out.bin mismatch!${rescolors}${resbold}"; false) cmp $1 $2 || (../../contrib/gbdiff.bash $1 $2; echo -e "${bold}${red}${i%.asm}.out.bin mismatch!${rescolors}${resbold}"; false)
} }
RGBASM=../../rgbasm RGBASM=../../rgbasm