From cfe1c5d39e95f111f98a72faa2936fa577219fda Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Thu, 3 Apr 2008 00:22:10 -0500 Subject: [PATCH] Update unit test for word removal --- core/compiler/tests/templates.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/compiler/tests/templates.factor b/core/compiler/tests/templates.factor index a82208e9b9..565c045e2a 100755 --- a/core/compiler/tests/templates.factor +++ b/core/compiler/tests/templates.factor @@ -172,14 +172,14 @@ TUPLE: my-tuple ; [ 1 t ] [ B{ 1 2 3 4 } [ { c-ptr } declare - [ 0 alien-unsigned-1 ] keep type + [ 0 alien-unsigned-1 ] keep hi-tag ] compile-call byte-array type-number = ] unit-test [ t ] [ B{ 1 2 3 4 } [ { c-ptr } declare - 0 alien-cell type + 0 alien-cell hi-tag ] compile-call alien type-number = ] unit-test