summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2011-07-24 13:54:58 +0200
committerJoel Rosdahl <joel@rosdahl.net>2011-07-26 22:11:43 +0200
commit52459f7b669c1971d0aa365ba2f8d54f2923cb10 (patch)
tree5daf893322ccb6f8a16c654971ba1ceeb2d86990 /test
parenta1b49e2ba405e63bf0975e4d5c0439bd5592081c (diff)
downloadccache-52459f7b669c1971d0aa365ba2f8d54f2923cb10.tar.gz
test: Call correct function in CHECK_UNS_EQ
Diffstat (limited to 'test')
-rw-r--r--test/framework.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/framework.h b/test/framework.h
index 64e75ab3..ec108c25 100644
--- a/test/framework.h
+++ b/test/framework.h
@@ -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; \