From be70ced6a6965467828857fc889f1c6e7506f3b9 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 30 Jan 2009 18:49:16 +0000 Subject: [PATCH] add testcase for PR3437 and r63405 llvm-svn: 63407 --- clang/test/Preprocessor/print_line_track.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/clang/test/Preprocessor/print_line_track.c b/clang/test/Preprocessor/print_line_track.c index 567da3c1a213..505e5f9fae11 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