update tests to new comparisons

This commit is contained in:
Quentin Carbonneaux 2016-02-11 20:02:31 -05:00
parent 21d637efc8
commit cfa285395e
11 changed files with 23 additions and 23 deletions

View file

@ -15,7 +15,7 @@ function $test() {
%loc1 =l add 1, %loc
jnz %byt, @iter, @end
@iter
%cmp =w csle %max, %byt
%cmp =w cslew %max, %byt
jnz %cmp, @new, @old
@new
jmp @loop