summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.co.uk>2011-02-22 17:11:45 +0100
committerTomeu Vizoso <tomeu.vizoso@collabora.co.uk>2011-02-22 17:11:45 +0100
commit8f320a6b3c5d468cd4d5be580c167da071fc0856 (patch)
tree7f5eef2b23cdbc47c35029e2a006c91214511b6d
parenta988cd414ce6aa40f1d77fcfa2d5721d169b5927 (diff)
downloadgobject-introspection-8f320a6b3c5d468cd4d5be580c167da071fc0856.tar.gz
Update exact wording of warning in test
-rw-r--r--tests/warn/invalid-method.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/warn/invalid-method.h b/tests/warn/invalid-method.h
index 26d528ac..f0ee7279 100644
--- a/tests/warn/invalid-method.h
+++ b/tests/warn/invalid-method.h
@@ -22,5 +22,5 @@ void test_method_invalid_first_parameter(int param);
*/
void test_method_invalid_namespace(GClosure *param);
-// EXPECT:23: Warning: Test: test_method_invalid_namespace: Methods must belong to the same namespace as the class they are into
+// EXPECT:23: Warning: Test: test_method_invalid_namespace: Methods must belong to the same namespace as the class they belong to