From ad7636045f6aca0d6318ab2f6b1cc23a088e65e7 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Fri, 14 May 2010 18:31:12 -0400 Subject: [PATCH] compiler: fix bad unit test --- basis/compiler/tests/low-level-ir.factor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/basis/compiler/tests/low-level-ir.factor b/basis/compiler/tests/low-level-ir.factor index 4d0ae08127..6ec8791ad3 100644 --- a/basis/compiler/tests/low-level-ir.factor +++ b/basis/compiler/tests/low-level-ir.factor @@ -93,9 +93,9 @@ IN: compiler.tests.low-level-ir [ 31 ] [ V{ T{ ##load-reference f 1 B{ 31 67 52 } } - T{ ##unbox-any-c-ptr f 0 1 } - T{ ##load-memory-imm f 0 0 0 int-rep uchar } - T{ ##shl-imm f 0 0 4 } + T{ ##unbox-any-c-ptr f 2 1 } + T{ ##load-memory-imm f 3 2 0 int-rep uchar } + T{ ##shl-imm f 0 3 4 } } compile-test-bb ] unit-test