q66 pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=68e9f2ced5c687349c09f865e41c60cd4074617d

commit 68e9f2ced5c687349c09f865e41c60cd4074617d
Author: Daniel Kolesa <d.kol...@osg.samsung.com>
Date:   Thu Sep 28 23:25:12 2017 +0200

    eolian: fix tests after extra checks
---
 src/tests/eolian/data/complex_type.eo | 2 ++
 src/tests/eolian/data/typedef.eo      | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/src/tests/eolian/data/complex_type.eo 
b/src/tests/eolian/data/complex_type.eo
index d4f85c942f..4c379703b3 100644
--- a/src/tests/eolian/data/complex_type.eo
+++ b/src/tests/eolian/data/complex_type.eo
@@ -1,3 +1,5 @@
+struct @extern Eo;
+
 class Complex_Type {
    methods {
       @property a {
diff --git a/src/tests/eolian/data/typedef.eo b/src/tests/eolian/data/typedef.eo
index ad6ed00ff8..23645be444 100644
--- a/src/tests/eolian/data/typedef.eo
+++ b/src/tests/eolian/data/typedef.eo
@@ -1,3 +1,5 @@
+struct @extern Eo;
+
 type Evas.Coord: int; /* Simple type definition */
 type List_Objects: list<ptr(Eo)>; /* A little more complex */
 

-- 


Reply via email to