diff options
Diffstat (limited to 'llvm/unittests/Support/DebugLogTest.cpp')
-rw-r--r-- | llvm/unittests/Support/DebugLogTest.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/unittests/Support/DebugLogTest.cpp b/llvm/unittests/Support/DebugLogTest.cpp index c24d1a5..b28c59c 100644 --- a/llvm/unittests/Support/DebugLogTest.cpp +++ b/llvm/unittests/Support/DebugLogTest.cpp @@ -6,11 +6,6 @@ // //===----------------------------------------------------------------------===// -// This macro is defined in the LLVM build system, but we undefine it here -// so that we test at least once in-tree the case where __SHORT_FILE__ is not -// defined. -#undef __SHORT_FILE__ - #include "llvm/Support/DebugLog.h" #include "llvm/ADT/Sequence.h" #include "llvm/Support/raw_ostream.h" |