From 9c2a45a635d9cd6ac752245be4af6d3f00212349 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 14 Jan 2014 08:50:25 +0100 Subject: 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 --- tests/scanner/regress.c | 1 + 1 file changed, 1 insertion(+) 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); } -- cgit v1.2.1