eolian: fix tests after extra checks

This commit is contained in:
Daniel Kolesa 2017-09-28 23:25:12 +02:00
parent 7c7e5ec423
commit 68e9f2ced5
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
struct @extern Eo;
class Complex_Type {
methods {
@property a {

View File

@ -1,3 +1,5 @@
struct @extern Eo;
type Evas.Coord: int; /* Simple type definition */
type List_Objects: list<ptr(Eo)>; /* A little more complex */