summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-01-30 18:49:16 +0000
committerChris Lattner <sabre@nondot.org>2009-01-30 18:49:16 +0000
commitbe70ced6a6965467828857fc889f1c6e7506f3b9 (patch)
treeb61451951c5475a266157bc19d45b07e4467d1d1 /clang/test/Preprocessor
parent7da8d0b32100abb2d9bd30bfe82dc27b92e724f4 (diff)
downloadbcm5719-llvm-be70ced6a6965467828857fc889f1c6e7506f3b9.tar.gz
bcm5719-llvm-be70ced6a6965467828857fc889f1c6e7506f3b9.zip
add testcase for PR3437 and r63405
llvm-svn: 63407
Diffstat (limited to 'clang/test/Preprocessor')
-rw-r--r--clang/test/Preprocessor/print_line_track.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/clang/test/Preprocessor/print_line_track.c b/clang/test/Preprocessor/print_line_track.c
index 567da3c1a21..505e5f9fae1 100644
--- a/clang/test/Preprocessor/print_line_track.c
+++ b/clang/test/Preprocessor/print_line_track.c
@@ -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
OpenPOWER on IntegriCloud