test/test_compare.cpp

changeset 650
77021e06b1a8
parent 631
406376e64fd8
--- 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) {

mercurial