summaryrefslogtreecommitdiffstats
path: root/test/Misc
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2011-10-16 09:41:04 +0000
committerChandler Carruth <chandlerc@gmail.com>2011-10-16 09:41:04 +0000
commit176d1d7c576aeb35e6e5db1783694e925b117297 (patch)
tree51deacafab5d8508e5ff420e113c10a46fdbb2a7 /test/Misc
parentfe627b0e16e9a735891505325b670d0d3c51d2b9 (diff)
I fixed this with r142127; these notes now make sense even w/o the caret.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142129 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Misc')
-rw-r--r--test/Misc/macro-backtrace.c1
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