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
|
IN: alien.parser.tests
|
||||||
|
|
||||||
|
<<
|
||||||
|
|
||||||
: with-parsing ( lines quot -- )
|
: with-parsing ( lines quot -- )
|
||||||
[ <lexer> ] [ '[ _ with-compilation-unit ] ] bi* with-lexer ; inline
|
[ <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
|
{ "ayae" } [ parse-enum-name new-definitions get first in? ] with-parsing
|
||||||
] unit-test
|
] unit-test
|
||||||
|
|
||||||
|
>>
|
||||||
|
|
||||||
TYPEDEF: char char2
|
TYPEDEF: char char2
|
||||||
|
|
||||||
SYMBOL: not-c-type
|
SYMBOL: not-c-type
|
||||||
|
|
|
@ -4,6 +4,8 @@ tools.test ;
|
||||||
IN: gobject-introspection.ffi.tests
|
IN: gobject-introspection.ffi.tests
|
||||||
|
|
||||||
! callback
|
! callback
|
||||||
|
<<
|
||||||
|
|
||||||
{
|
{
|
||||||
T{ return
|
T{ return
|
||||||
{ type T{ simple-type { name "none" } } }
|
{ type T{ simple-type { name "none" } } }
|
||||||
|
@ -28,3 +30,5 @@ IN: gobject-introspection.ffi.tests
|
||||||
{ void } [
|
{ void } [
|
||||||
"none" f simple-type boa "none" return boa return-c-type
|
"none" f simple-type boa "none" return boa return-c-type
|
||||||
] unit-test
|
] unit-test
|
||||||
|
|
||||||
|
>>
|
||||||
|
|
Loading…
Reference in New Issue