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

@ -9,7 +9,7 @@ function $test() {
storeb %c, %y
%r =w call $puts(l %y)
%n1 =w add %n, 1
%cmp =w csle %n1, 9
%cmp =w cslew %n1, 9
jnz %cmp, @loop, @end
@end
ret