Skip to content

Commit 9a27a15

Browse files
Fix print_line_track.c test
1 parent ab1413e commit 9a27a15

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

clang/test/Preprocessor/print_line_track.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
/* RUN: %clang_cc1 -E %s | awk '/a/,/3/{exit 0} {exit 1}'
2-
* RUN: %clang_cc1 -E %s | awk '/b/,/16/{exit 0} {exit 1}'
3-
* RUN: %clang_cc1 -E -P %s | awk '/a/,/3/{exit 0} {exit 1}'
4-
* RUN: %clang_cc1 -E -P %s | awk '/b/,/16/{exit 0} {exit 1}'
1+
/* RUN: %clang_cc1 -E %s | awk '/a/,/3/{print; exit 0} {exit 1}'
2+
* RUN: %clang_cc1 -E %s | awk '/b/,/16/{print; exit 0} {exit 1}'
3+
* RUN: %clang_cc1 -E -P %s | awk '/a/,/3/{print; exit 0} {exit 1}'
4+
* RUN: %clang_cc1 -E -P %s | awk '/b/,/16/{print; exit 0} {exit 1}'
55
* RUN: %clang_cc1 -E %s | not grep '# 0 '
66
* RUN: %clang_cc1 -E -P %s | count 4
77
* PR1848 PR3437 PR7360

0 commit comments

Comments
 (0)