]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
test: Call correct function in CHECK_UNS_EQ
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 24 Jul 2011 11:54:58 +0000 (13:54 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 26 Jul 2011 20:11:43 +0000 (22:11 +0200)
test/framework.h

index 64e75ab332efd320c67980db70151b64dfad09d4..ec108c255d226054d809bcb5118304a53974b1ae 100644 (file)
@@ -82,7 +82,7 @@
 
 #define CHECK_UNS_EQ(expected, actual) \
        do { \
-               if (!cct_check_int_eq(__FILE__, __LINE__, #actual, (expected), (actual))) { \
+               if (!cct_check_uns_eq(__FILE__, __LINE__, #actual, (expected), (actual))) { \
                        cct_test_end(); \
                        cct_suite_end(); \
                        return _test_counter; \