diff options
Diffstat (limited to 'tests/test3.c')
-rw-r--r-- | tests/test3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test3.c b/tests/test3.c index b036c190f5..9893e2e507 100644 --- a/tests/test3.c +++ b/tests/test3.c @@ -24,5 +24,6 @@ main (int argc, char**argv) printf ("Type found %s\n", gtk_type_name (type) ); printf ("Test3 finished\n"); + return 1; } |