diff options
author | Tomeu Vizoso <tomeu.vizoso@collabora.co.uk> | 2011-02-22 17:11:45 +0100 |
---|---|---|
committer | Tomeu Vizoso <tomeu.vizoso@collabora.co.uk> | 2011-02-22 17:11:45 +0100 |
commit | 8f320a6b3c5d468cd4d5be580c167da071fc0856 (patch) | |
tree | 7f5eef2b23cdbc47c35029e2a006c91214511b6d /tests/warn | |
parent | a988cd414ce6aa40f1d77fcfa2d5721d169b5927 (diff) | |
download | gobject-introspection-8f320a6b3c5d468cd4d5be580c167da071fc0856.tar.gz |
Update exact wording of warning in test
Diffstat (limited to 'tests/warn')
-rw-r--r-- | tests/warn/invalid-method.h | 2 |
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 |