summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2014-04-10 03:11:29 +0100
committerTom Hacohen <tom@stosb.com>2014-04-10 04:20:21 +0100
commitca6e6c93f53e7f63a04a7f3f2fde7a2693f777ba (patch)
tree69c6da8dcff79df1b18c399ea183981cca7e3d7f
parenta77f0902564b4ef51bead693f2adc2c4cd866fe4 (diff)
downloadefl-devs/tasn/eo2.tar.gz
Eo2: Adjust test suite to recent changes.devs/tasn/eo2
-rw-r--r--src/tests/eo/suite/eo_test_class_errors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/eo/suite/eo_test_class_errors.c b/src/tests/eo/suite/eo_test_class_errors.c
index e6fee93cae..cd9ddf5b55 100644
--- a/src/tests/eo/suite/eo_test_class_errors.c
+++ b/src/tests/eo/suite/eo_test_class_errors.c
@@ -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);