test/test_compare.cpp

changeset 650
77021e06b1a8
parent 631
406376e64fd8
     1.1 --- a/test/test_compare.cpp	Tue Feb 07 20:08:08 2023 +0100
     1.2 +++ b/test/test_compare.cpp	Tue Feb 07 20:08:45 2023 +0100
     1.3 @@ -87,7 +87,7 @@
     1.4  }
     1.5  
     1.6  TEST(Compare, Uint) {
     1.7 -    test_compare<uint>(cx_cmp_uint);
     1.8 +    test_compare<unsigned int>(cx_cmp_uint);
     1.9  }
    1.10  
    1.11  TEST(Compare, Ulongint) {

mercurial