Skip to content

Commit 3da9e9d

Browse files
committed
Decapitalize DEBUG_TYPE
1 parent 4e08921 commit 3da9e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/unittests/AsmParser/AsmParserTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include "llvm/Support/SourceMgr.h"
2323
#include "gtest/gtest.h"
2424

25-
#define DEBUG_TYPE "Unittest-asm-parser-tests"
25+
#define DEBUG_TYPE "unittest-asm-parser-tests"
2626

2727
using namespace llvm;
2828

0 commit comments

Comments
 (0)