]> granicus.if.org Git - clang/commitdiff
Remove the leftover partial comment.
authorDavid Blaikie <dblaikie@gmail.com>
Sun, 16 Oct 2011 14:41:13 +0000 (14:41 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sun, 16 Oct 2011 14:41:13 +0000 (14:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142138 91177308-0d34-0410-b5e6-96231b3b80d8

test/Misc/macro-backtrace.c

index 0fa4ac9ff601ef4e514b2cce15dbff82c54eb9f9..cdcb534c1912389b2e00caf1608d2f8d1b916acf 100644 (file)
@@ -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 *')