diff options
-rw-r--r-- | test/Misc/macro-backtrace.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Misc/macro-backtrace.c b/test/Misc/macro-backtrace.c index f292519e33..0fa4ac9ff6 100644 --- a/test/Misc/macro-backtrace.c +++ b/test/Misc/macro-backtrace.c @@ -32,7 +32,6 @@ void f(int *ip, float *fp) { // CHECK-LIMIT: macro-backtrace.c:4:23: note: expanded from macro: M1 // CHECK-LIMIT: #define M1(A, B) ((A) < (B)) - // FIXME: We should have higher quality messages, especially when caret // diagnostics are off. // RUN: %clang_cc1 -fsyntax-only -fno-caret-diagnostics %s 2>&1 \ // RUN: | FileCheck %s -check-prefix=CHECK-NO-CARETS |