alien.parser,gobject-introspection.ffi: fixing the manifest test errors (see #1463)

locals-and-roots
Björn Lindqvist 2016-05-28 19:01:54 +02:00
parent b96077beb7
commit 941c9fabd4
2 changed files with 8 additions and 0 deletions

View File

@ -5,6 +5,8 @@ lexer namespaces parser sequences sets tools.test vocabs.parser words
;
IN: alien.parser.tests
<<
: with-parsing ( lines quot -- )
[ <lexer> ] [ '[ _ with-compilation-unit ] ] bi* with-lexer ; inline
@ -44,6 +46,8 @@ IN: alien.parser.tests
{ "ayae" } [ parse-enum-name new-definitions get first in? ] with-parsing
] unit-test
>>
TYPEDEF: char char2
SYMBOL: not-c-type

View File

@ -4,6 +4,8 @@ tools.test ;
IN: gobject-introspection.ffi.tests
! callback
<<
{
T{ return
{ type T{ simple-type { name "none" } } }
@ -28,3 +30,5 @@ IN: gobject-introspection.ffi.tests
{ void } [
"none" f simple-type boa "none" return boa return-c-type
] unit-test
>>