summaryrefslogtreecommitdiff
path: root/src/tests/eolian_cxx/eolian_cxx_test_wrapper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/eolian_cxx/eolian_cxx_test_wrapper.cc')
-rw-r--r--src/tests/eolian_cxx/eolian_cxx_test_wrapper.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/eolian_cxx/eolian_cxx_test_wrapper.cc b/src/tests/eolian_cxx/eolian_cxx_test_wrapper.cc
index 971bb77886..0c2856f33a 100644
--- a/src/tests/eolian_cxx/eolian_cxx_test_wrapper.cc
+++ b/src/tests/eolian_cxx/eolian_cxx_test_wrapper.cc
@@ -9,7 +9,7 @@
#include "eolian_cxx_suite.h"
-START_TEST(eolian_cxx_test_wrapper_size)
+EFL_START_TEST(eolian_cxx_test_wrapper_size)
{
efl::eo::eo_init init;
@@ -19,7 +19,7 @@ START_TEST(eolian_cxx_test_wrapper_size)
fail_if(sizeof(b) != sizeof(Eo*));
fail_if(sizeof(b) != sizeof(c));
}
-END_TEST
+EFL_END_TEST
void
eolian_cxx_test_wrapper(TCase* tc)