Re-land r332230 "[llvm-exegesis]Fix a warning in r332221"
authorClement Courbet <courbet@google.com>
Mon, 14 May 2018 12:00:35 +0000 (12:00 +0000)
committerClement Courbet <courbet@google.com>
Mon, 14 May 2018 12:00:35 +0000 (12:00 +0000)
commit4c0fb1dc68d8e71989135caafabf65e1b60283a0
treeaa0c9be29c1fb8ca022d640572bc2a12f03823bb
parent93380371bbcfbd6a3a4c3bf0e081a110a52df4cf
Re-land r332230 "[llvm-exegesis]Fix a warning in r332221"

comparison of integers of different signs: 'const unsigned long' and 'const int' [-Werror,-Wsign-compare]

unittests/tools/llvm-exegesis/BenchmarkResultTest.cpp:60:5: note: in instantiation of function template specialization 'testing::internal::EqHelper<false>::Compare<unsigned long, int>' requested here
    ASSERT_EQ(FromDiskVector.size(), 1);

llvm-svn: 332235
llvm/unittests/tools/llvm-exegesis/BenchmarkResultTest.cpp