X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Fgcc-weak-hidden%2Fmain.c;h=0a80c05b5f3b5159df1aa52e3bc2152a41a797b3;hb=72d536367b146c34c0b79425257a037674c69cce;hp=78199f5b698d4a84498f8d31d4471481010355f9;hpb=74211da04fac64abca20883d03bab5bdd80cf5af;p=lttng-ust.git diff --git a/tests/gcc-weak-hidden/main.c b/tests/gcc-weak-hidden/main.c index 78199f5b..0a80c05b 100644 --- a/tests/gcc-weak-hidden/main.c +++ b/tests/gcc-weak-hidden/main.c @@ -82,5 +82,6 @@ int main() "Weak-hidden behavior is the same for 4 bytes integer and pointer objects within main program"); ok(match_matrix[MATCH_LIB_INT] == match_matrix[MATCH_LIB_PTR], "Weak-hidden behavior is the same for 4 bytes integer and pointer objects within shared library"); - return 0; + + return exit_status(); }