]> gitweb.factorcode.org Git - factor.git/commitdiff
modular-arithmetic: Fix unit test. Should expect integer>fixnum, not >fixnum.
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 23 Jul 2012 18:51:12 +0000 (11:51 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 23 Jul 2012 18:51:44 +0000 (11:51 -0700)
basis/compiler/tree/modular-arithmetic/modular-arithmetic-tests.factor

index 67612a40b720ff16f33bb913087c304ea77205cc..f3636af8df09b2c893382d2d19bf2a5fa9a04bb6 100644 (file)
@@ -43,7 +43,7 @@ TUPLE: declared-fixnum { x fixnum } ;
 
 [ f ] [
     [ { integer } declare 127 bitand 3 + ]
-    { >fixnum } inlined?
+    { integer>fixnum } inlined?
 ] unit-test
 
 [ t ] [