forked from OSchip/llvm-project
[ADT][Statistics] Fix test after rL374490
llvm-svn: 374518
This commit is contained in:
parent
7ff28ce183
commit
404e21289a
|
@ -68,6 +68,8 @@ TEST(StatisticTest, Assign) {
|
|||
|
||||
TEST(StatisticTest, API) {
|
||||
EnableStatistics();
|
||||
// Reset beforehand to make sure previous tests don't effect this one.
|
||||
ResetStatistics();
|
||||
|
||||
Counter = 0;
|
||||
EXPECT_EQ(Counter, 0u);
|
||||
|
|
Loading…
Reference in New Issue