]> gitweb.factorcode.org Git - factor.git/commitdiff
compiler: fix typo in intrinsics tests
authorSlava Pestov <slava@shill.local>
Mon, 19 Oct 2009 10:16:04 +0000 (05:16 -0500)
committerSlava Pestov <slava@shill.local>
Mon, 19 Oct 2009 10:16:04 +0000 (05:16 -0500)
basis/compiler/tests/intrinsics.factor

index 6431ba1d9cea74a1b001b97d80c40cf6b416614d..75cfc1d67fd8d554b22658ab2672e66a3504ee59 100644 (file)
@@ -97,7 +97,7 @@ IN: compiler.tests.intrinsics
 [ 11 ] [ 12 7 [ fixnum-bitxor ] compile-call ] unit-test
 [ 11 ] [ 12 [ 7 fixnum-bitxor ] compile-call ] unit-test
 [ 11 ] [ [ 12 7 fixnum-bitxor ] compile-call ] unit-test
-[ -16 ] [ -1 [ -16 fixnum-bitxor ] compile-call ] unit-test
+[ 15 ] [ -1 [ -16 fixnum-bitxor ] compile-call ] unit-test
 
 [ f ] [ 12 7 [ fixnum< [ t ] [ f ] if ] compile-call ] unit-test
 [ f ] [ 12 [ 7 fixnum< [ t ] [ f ] if ] compile-call ] unit-test