eolian: fix tests after extra checks
authorDaniel Kolesa <d.kolesa@osg.samsung.com>
Thu, 28 Sep 2017 21:25:12 +0000 (23:25 +0200)
committerDaniel Kolesa <d.kolesa@osg.samsung.com>
Thu, 28 Sep 2017 21:25:12 +0000 (23:25 +0200)
src/tests/eolian/data/complex_type.eo
src/tests/eolian/data/typedef.eo

index d4f85c9..4c37970 100644 (file)
@@ -1,3 +1,5 @@
+struct @extern Eo;
+
 class Complex_Type {
    methods {
       @property a {
index ad6ed00..23645be 100644 (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 */