mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
win: Fix Clang -Wsign-compare warnings in new test code
This test code appeared in 9609b7471676, and was missed by the similar warning cleanup of a51e912004a6, which was developed in parallel. Bug: crashpad:192, chromium:779790 Change-Id: I4ed88ed025e4be4410c98ceaca395218f00007be Reviewed-on: https://chromium-review.googlesource.com/750024 Reviewed-by: Robert Sesek <rsesek@chromium.org>
This commit is contained in:
parent
620a29dbf3
commit
2db30e035a
@ -102,7 +102,7 @@ void TestAnnotationsOnCrash(TestType type,
|
||||
EXPECT_EQ(all_annotations_simple_map["#TEST# empty_value"], "");
|
||||
|
||||
// Verify the typed annotation objects.
|
||||
EXPECT_EQ(all_annotation_objects.size(), 3);
|
||||
EXPECT_EQ(all_annotation_objects.size(), 3u);
|
||||
bool saw_same_name_3 = false, saw_same_name_4 = false;
|
||||
for (const auto& annotation : all_annotation_objects) {
|
||||
EXPECT_EQ(annotation.type,
|
||||
|
Loading…
x
Reference in New Issue
Block a user