--- a/test/test_compare.cpp Tue Feb 07 20:08:08 2023 +0100
+++ b/test/test_compare.cpp Tue Feb 07 20:08:45 2023 +0100
@@ -87,7 +87,7 @@
}
TEST(Compare, Uint) {
- test_compare<uint>(cx_cmp_uint);
+ test_compare<unsigned int>(cx_cmp_uint);
}
TEST(Compare, Ulongint) {