eo2: fixed a compliation issue in test suite.
authorTom Hacohen <tom@stosb.com>
Fri, 8 Nov 2013 14:57:47 +0000 (14:57 +0000)
committerTom Hacohen <tom@stosb.com>
Thu, 10 Apr 2014 03:20:19 +0000 (04:20 +0100)
src/tests/eo/suite/eo_test_general.c

index a942cc8..a651232 100644 (file)
@@ -623,7 +623,7 @@ START_TEST(eo_magic_checks)
 
         eo2_do((Eo *) buf,
              eo2_wref_add(&wref),
-             eo2_parent_get(&parent));
+             parent = eo2_parent_get());
         fail_if(wref);
         fail_if(parent);