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 da7ec1e commit 226fb1cCopy full SHA for 226fb1c
llvm/unittests/Support/DebugLogTest.cpp
@@ -66,7 +66,7 @@ TEST(DebugLogTest, Basic) {
66
// LDBG should be compiled out in NDEBUG, so just check it compiles and has
67
// no effect.
68
llvm::DebugFlag = true;
69
- static const char *DT[] = {};
+ static const char *DT[] = {"A"};
70
setCurrentDebugTypes(DT, 0);
71
int count = 0;
72
auto inc = [&]() { return ++count; };
0 commit comments