forked from OSchip/llvm-project
[Support] Fix no-stat build. NFC
After 9144e49334
this performs the same
transform inside the other ifdef.
This commit is contained in:
parent
6afcc4a459
commit
b2ac153ba4
|
@ -119,7 +119,7 @@ TEST(StatisticTest, API) {
|
|||
}
|
||||
#else
|
||||
Counter2++;
|
||||
auto &Range = GetStatistics();
|
||||
auto Range = GetStatistics();
|
||||
EXPECT_EQ(Range.begin(), Range.end());
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue