eo2: fixed a compliation issue in test suite.

This commit is contained in:
Tom Hacohen 2013-11-08 14:57:47 +00:00
parent d0f71a6e8b
commit ed14382f7c
1 changed files with 1 additions and 1 deletions

View 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);