cedric pushed a commit to branch master.

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

commit d45e3abdba21a376f0cc5b39e5807260510c1574
Author: Cedric BAIL <ced...@osg.samsung.com>
Date:   Mon Nov 7 12:03:13 2016 -0800

    eolian_cxx: do not test Eina_Promise anymore.
---
 src/tests/eolian_cxx/complex.c  | 21 ---------------------
 src/tests/eolian_cxx/complex.eo | 18 ------------------
 2 files changed, 39 deletions(-)

diff --git a/src/tests/eolian_cxx/complex.c b/src/tests/eolian_cxx/complex.c
index e4c72ee..dc43734 100644
--- a/src/tests/eolian_cxx/complex.c
+++ b/src/tests/eolian_cxx/complex.c
@@ -228,25 +228,4 @@ _complex_wrapper_out(Eo *obj EINA_UNUSED, Complex_Data *pd 
EINA_UNUSED, Complex
 {
 }
 
-EOLIAN static Eina_Promise *
-_complex_with_promise_r(Eo *obj EINA_UNUSED, Complex_Data *pd EINA_UNUSED)
-{
-   return NULL;
-}
-
-EOLIAN static void
-_complex_with_promise_in(Eo *obj EINA_UNUSED, Complex_Data *pd EINA_UNUSED, 
Eina_Promise *p EINA_UNUSED)
-{
-}
-
-EOLIAN static void
-_complex_with_promise_out(Eo *obj EINA_UNUSED, Complex_Data *pd EINA_UNUSED, 
Eina_Promise **p EINA_UNUSED)
-{
-}
-
-EOLIAN static void
-_complex_with_promise_inout(Eo *obj EINA_UNUSED, Complex_Data *pd EINA_UNUSED, 
Eina_Promise_Owner *p EINA_UNUSED)
-{
-}
-
 #include "complex.eo.c"
diff --git a/src/tests/eolian_cxx/complex.eo b/src/tests/eolian_cxx/complex.eo
index 73e2395..8fe7f1c 100644
--- a/src/tests/eolian_cxx/complex.eo
+++ b/src/tests/eolian_cxx/complex.eo
@@ -216,24 +216,6 @@ class Complex (Efl.Object)
             @out a1: Complex;
          }
       }
-      with_promise_r {
-         return: promise<int>;
-      }
-      with_promise_in {
-         params {
-            @in p: promise<int>;
-         }
-      }
-      with_promise_out {
-         params {
-            @out p: promise<int>;
-         }
-      }
-      with_promise_inout {
-         params {
-            @inout p: promise<int>;
-         }
-      }
    }
 }
 

-- 


Reply via email to