From a5f59e9cd601890c67976a7738b01e481ebf3bae Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Thu, 29 Jul 2010 21:09:05 -0400 Subject: [PATCH] alien.prettyprint: fix test failure --- basis/alien/prettyprint/prettyprint-tests.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/alien/prettyprint/prettyprint-tests.factor b/basis/alien/prettyprint/prettyprint-tests.factor index 3a51471703..dd32172b58 100644 --- a/basis/alien/prettyprint/prettyprint-tests.factor +++ b/basis/alien/prettyprint/prettyprint-tests.factor @@ -9,7 +9,7 @@ FUNCTION: int function_test ( float x, int[4][FOO] y, char* z, ushort *w ) ; [ "USING: alien.c-types alien.syntax ; IN: alien.prettyprint.tests FUNCTION: int function_test - ( float x, int[4][FOO] y, char* z, ushort* w ) ; + ( float x, int[4][FOO] y, char* z, ushort* w ) ; inline " ] [ [ \ function_test see ] with-string-writer ] unit-test @@ -20,7 +20,7 @@ FUNCTION-ALIAS: function-test int function_test [ "USING: alien.c-types alien.syntax ; IN: alien.prettyprint.tests FUNCTION-ALIAS: function-test int function_test - ( float x, int[4][FOO] y, char* z, ushort* w ) ; + ( float x, int[4][FOO] y, char* z, ushort* w ) ; inline " ] [ [ \ function-test see ] with-string-writer ] unit-test