]> gitweb.factorcode.org Git - factor.git/commitdiff
compiler: fix low-level-ir test on PowerPC
authorSlava Pestov <slava@shill.local>
Mon, 19 Oct 2009 10:03:02 +0000 (05:03 -0500)
committerSlava Pestov <slava@shill.local>
Mon, 19 Oct 2009 10:03:02 +0000 (05:03 -0500)
basis/compiler/tests/low-level-ir.factor

index e508b55b8d02fa7863c408ec294cc923205fd5b2..14c470d63f9029479cc9b5b167556042a994a6ea 100644 (file)
@@ -98,7 +98,7 @@ IN: compiler.tests.low-level-ir
     V{
         T{ ##load-reference f 1 B{ 31 67 52 } }
         T{ ##unbox-any-c-ptr f 0 1 2 }
-        T{ ##alien-unsigned-1 f 0 0 }
+        T{ ##alien-unsigned-1 f 0 0 }
         T{ ##shl-imm f 0 0 3 }
     } compile-test-bb
 ] unit-test