alien.parser,gobject-introspection.ffi: fixing the manifest test errors (see #1463)
parent
b96077beb7
commit
941c9fabd4
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
>>
|
||||
|
|
Loading…
Reference in New Issue