diff options
author | Chris Lattner <sabre@nondot.org> | 2006-07-28 05:13:36 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-07-28 05:13:36 +0000 |
commit | b1d2594456b044d2a55de8d5e427721c0191d953 (patch) | |
tree | d2f9e158388f37564a38f1a2e0e228165b5c5551 /clang/test/Preprocessor/macro_paste_hard.c | |
parent | f3f1c709cfe3275d240f4bee1e1fadb6b54ec7ac (diff) | |
download | bcm5719-llvm-b1d2594456b044d2a55de8d5e427721c0191d953.tar.gz bcm5719-llvm-b1d2594456b044d2a55de8d5e427721c0191d953.zip |
Add test for pasting empty formals
llvm-svn: 38763
Diffstat (limited to 'clang/test/Preprocessor/macro_paste_hard.c')
-rw-r--r-- | clang/test/Preprocessor/macro_paste_hard.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/Preprocessor/macro_paste_hard.c b/clang/test/Preprocessor/macro_paste_hard.c index e60f5fa43b7..be467456bf7 100644 --- a/clang/test/Preprocessor/macro_paste_hard.c +++ b/clang/test/Preprocessor/macro_paste_hard.c @@ -1,6 +1,6 @@ -; RUN: clang -E %s | grep '1: aaab 2' && -; RUN: clang -E %s | grep '2: 2 baaa' && -; RUN: clang -E %s | grep '3: 2 xx' +// RUN: clang -E %s | grep '1: aaab 2' && +// RUN: clang -E %s | grep '2: 2 baaa' && +// RUN: clang -E %s | grep '3: 2 xx' #define a(n) aaa ## n #define b 2 |