summaryrefslogtreecommitdiffstats
path: root/test/bitset_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/bitset_test.c')
-rw-r--r--test/bitset_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bitset_test.c b/test/bitset_test.c
index ef61eeb..ef0528f 100644
--- a/test/bitset_test.c
+++ b/test/bitset_test.c
@@ -7,7 +7,7 @@
#include <assert.h>
-#define N_BITS 256u
+#define N_BITS 256U
#define N_ELEMS (ZIX_BITSET_ELEMS(N_BITS))
#define MIN(a, b) (((a) < (b)) ? (a) : (b))