alien.prettyprint: fix test failure

db4
Slava Pestov 2010-07-29 21:09:05 -04:00
parent 94f6ac98de
commit a5f59e9cd6
1 changed files with 2 additions and 2 deletions

View File

@ -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