X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fgcc-weak-hidden%2Fmain.c;h=0a80c05b5f3b5159df1aa52e3bc2152a41a797b3;hb=bf746e7d3ca3d5769c6b72a87825dd94ae7238c8;hp=78199f5b698d4a84498f8d31d4471481010355f9;hpb=cefef7a70a723c31ab6a0746c7611f145337dabe;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(); }