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 df4be1e commit adc5fffCopy full SHA for adc5fff
api/test/trace/propagation/detail/string_test.cc
@@ -9,5 +9,5 @@
9
10
TEST(StringTest, SplitString)
11
{
12
- //TODO(psx95): Add tests
+ // TODO(psx95): Add tests
13
}
ext/test/w3c_tracecontext_test/main.cc
@@ -71,7 +71,7 @@ class TextMapCarrierTest : public context::propagation::TextMapCarrier
71
72
return false;
73
74
- for (int i = 0; i < str1.length(); i++)
+ for (size_t i = 0; i < str1.length(); i++)
75
76
if (tolower(str1[i]) != tolower(str2[i]))
77
0 commit comments