Eo2: Adjust test suite to recent changes.

This commit is contained in:
Tom Hacohen 2014-04-10 03:11:29 +01:00
parent a77f090256
commit ca6e6c93f5
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ START_TEST(eo_wrong_override)
NULL
};
TEST_EO_ERROR("_eo_class_funcs_set", "Class '%s': Can't find api func description in class hierarchy (%p->%p).");
TEST_EO_ERROR("_eo_class_funcs_set", "Class '%s': Can't find api func description in class hierarchy (%p->%p) (%s).");
klass = eo_class_new(&class_desc, NULL, NULL);
fail_if(klass);
fail_unless(ctx.did);