diff --git a/unittests/Support/DebugCounterTest.cpp b/unittests/Support/DebugCounterTest.cpp index f3c2817a22e..32bf56c9f2f 100644 --- a/unittests/Support/DebugCounterTest.cpp +++ b/unittests/Support/DebugCounterTest.cpp @@ -14,10 +14,9 @@ using namespace llvm; #ifndef NDEBUG -DEBUG_COUNTER(TestCounter, "test-counter", - "Counter used for unit test"); - TEST(DebugCounterTest, CounterCheck) { + DEBUG_COUNTER(TestCounter, "test-counter", "Counter used for unit test"); + EXPECT_FALSE(DebugCounter::isCounterSet(TestCounter)); auto DC = &DebugCounter::instance();