alien.prettyprint: fix test failure
parent
94f6ac98de
commit
a5f59e9cd6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue