aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2011-10-16 14:41:13 +0000
committerDavid Blaikie <dblaikie@gmail.com>2011-10-16 14:41:13 +0000
commite40923835dc7f83721403d038b682d74d9dd3a3d (patch)
treece272077dc2ee22868a9a9ca6ab3cc9279a5e015
parent16a63552480b137c6ef1379d2eeb866a12183bd4 (diff)
Remove the leftover partial comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142138 91177308-0d34-0410-b5e6-96231b3b80d8
-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 0fa4ac9ff6..cdcb534c19 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))
- // diagnostics are off.
// RUN: %clang_cc1 -fsyntax-only -fno-caret-diagnostics %s 2>&1 \
// RUN: | FileCheck %s -check-prefix=CHECK-NO-CARETS
// CHECK-NO-CARETS: macro-backtrace.c:18:7: warning: comparison of distinct pointer types ('int *' and 'float *')