We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e1454 commit 8e1db8dCopy full SHA for 8e1db8d
ut/columns_ut.cpp
@@ -930,7 +930,7 @@ TEST(ColumnsCase, ReservedAndCapacity) {
930
break; \
931
}
932
933
- for (uint rac_test_id = 0; rac_test_id < 14; ++rac_test_id) {
+ for (uint8_t rac_test_id = 0; rac_test_id < 14; ++rac_test_id) {
934
switch (rac_test_id) {
935
RaC_TEST_CASE( 0, ColumnUInt8);
936
RaC_TEST_CASE( 1, ColumnUInt16);
@@ -983,7 +983,7 @@ TEST(ColumnsCase, RawVector) {
983
984
985
986
- for (uint rv_test_id = 0; rv_test_id < 14; ++rv_test_id) {
+ for (uint8_t rv_test_id = 0; rv_test_id < 14; ++rv_test_id) {
987
switch (rv_test_id) {
988
RV_TEST_CASE( 0, ColumnUInt8);
989
RV_TEST_CASE( 1, ColumnUInt16);
0 commit comments