summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pitt <martinpitt@gnome.org>2014-01-14 08:50:25 +0100
committerMartin Pitt <martinpitt@gnome.org>2014-01-14 08:50:25 +0100
commit9c2a45a635d9cd6ac752245be4af6d3f00212349 (patch)
treed876d1b26e4409ada6beb7bbc43944cd0f4e5e31
parente6fc4c1bcba459dfd56f2d2019e24bfbaf29a493 (diff)
downloadgobject-introspection-9c2a45a635d9cd6ac752245be4af6d3f00212349.tar.gz
regress: Fix regress_test_torture_signature_2() to actually call the callback
This provides a test case for https://bugzilla.gnome.org/show_bug.cgi?id=722104
-rw-r--r--tests/scanner/regress.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/scanner/regress.c b/tests/scanner/regress.c
index 14df4744..4507bc6c 100644
--- a/tests/scanner/regress.c
+++ b/tests/scanner/regress.c
@@ -3834,6 +3834,7 @@ regress_test_torture_signature_2 (int x,
*y = x;
*z = x * 2;
*q = g_utf8_strlen (foo, -1) + m;
+ callback(user_data);
notify (user_data);
}