diff options
Diffstat (limited to 'unittests/Format/FormatTest.cpp')
-rw-r--r-- | unittests/Format/FormatTest.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/unittests/Format/FormatTest.cpp b/unittests/Format/FormatTest.cpp index 97445c56b1..f9e73bb102 100644 --- a/unittests/Format/FormatTest.cpp +++ b/unittests/Format/FormatTest.cpp @@ -15,9 +15,6 @@ #include "llvm/Support/Debug.h" #include "gtest/gtest.h" -// Uncomment to get debug output from tests: -// #define DEBUG_WITH_TYPE(T, X) do { X; } while(0) - namespace clang { namespace format { |