[cfe-commits] r63407 - /cfe/trunk/test/Preprocessor/print_line_track.c
Chris Lattner
sabre at nondot.org
Fri Jan 30 10:49:16 PST 2009
Author: lattner
Date: Fri Jan 30 12:49:16 2009
New Revision: 63407
URL: http://llvm.org/viewvc/llvm-project?rev=63407&view=rev
Log:
add testcase for PR3437 and r63405
Modified:
cfe/trunk/test/Preprocessor/print_line_track.c
Modified: cfe/trunk/test/Preprocessor/print_line_track.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/print_line_track.c?rev=63407&r1=63406&r2=63407&view=diff
==============================================================================
--- cfe/trunk/test/Preprocessor/print_line_track.c (original)
+++ cfe/trunk/test/Preprocessor/print_line_track.c Fri Jan 30 12:49:16 2009
@@ -1,8 +1,10 @@
/* RUN: clang -E %s | grep 'a 3' &&
- * RUN: clang -E %s | grep 'b 14' &&
+ * RUN: clang -E %s | grep 'b 16' &&
* RUN: clang -E -P %s | grep 'a 3' &&
- * RUN: clang -E -P %s | grep 'b 14'
+ * RUN: clang -E -P %s | grep 'b 16' &&
+ * RUN: clang -E %s | not grep '# 0 '
* PR1848
+ * PR3437
*/
#define t(x) x
More information about the cfe-commits
mailing list