We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 386243e commit c5a23ceCopy full SHA for c5a23ce
llvm/unittests/Support/DebugLogTest.cpp
@@ -60,7 +60,6 @@ TEST(DebugLogTest, Basic) {
60
DEBUGLOG_WITH_STREAM_AND_TYPE(os, "B") << inc();
61
EXPECT_THAT(count, Eq(1));
62
}
63
-
64
65
#else
66
TEST(DebugLogTest, Basic) {
0 commit comments