aboutsummaryrefslogtreecommitdiff
path: root/test/Preprocessor/macro_paste_bad.c
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-04-19 20:15:59 +0000
committerChris Lattner <sabre@nondot.org>2009-04-19 20:15:59 +0000
commitbf6044561cd167569be534142ee8fd393db88414 (patch)
tree922a33c11e831053010141d6fbba85723aa6b017 /test/Preprocessor/macro_paste_bad.c
parentdb56df6e5ed0353767f8d3911b2c8648d75c8a55 (diff)
merge pragma poison tests into one file with -verify mode.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69538 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Preprocessor/macro_paste_bad.c')
-rw-r--r--test/Preprocessor/macro_paste_bad.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Preprocessor/macro_paste_bad.c b/test/Preprocessor/macro_paste_bad.c
index 3aafd84071..f70c3b3ba2 100644
--- a/test/Preprocessor/macro_paste_bad.c
+++ b/test/Preprocessor/macro_paste_bad.c
@@ -4,7 +4,6 @@
XYZ
// GCC PR 20077
-// RUN: clang-cc -Eonly %s -verify
#define a a ## ## // expected-error {{'##' cannot appear at end of macro expansion}}
#define b() b ## ## // expected-error {{'##' cannot appear at end of macro expansion}}
@@ -19,4 +18,3 @@ XYZ
#define i ## // expected-error {{'##' cannot appear at start of macro expansion}}
#define j() ## // expected-error {{'##' cannot appear at start of macro expansion}}
-