diff options
author | Chris Lattner <sabre@nondot.org> | 2007-12-12 06:20:18 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-12-12 06:20:18 +0000 |
commit | 5113613c5bc7b9d442639c725de3b6e71c952dfb (patch) | |
tree | 02f22cfa7d20eca168f9fdb6c1a8f3b0dd9a8dac /test/Preprocessor/macro_paste_simple.c | |
parent | 32a3999c62c38f86fede06c7c8805bfc8b6a46a9 (diff) |
add runline, make this test real.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44916 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Preprocessor/macro_paste_simple.c')
-rw-r--r-- | test/Preprocessor/macro_paste_simple.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Preprocessor/macro_paste_simple.c b/test/Preprocessor/macro_paste_simple.c index e8dc1e8404..82b75daf57 100644 --- a/test/Preprocessor/macro_paste_simple.c +++ b/test/Preprocessor/macro_paste_simple.c @@ -1,3 +1,5 @@ -// clang %s -E | grep "barbaz123" +// RUN: clang %s -E | grep "barbaz123" #define FOO bar ## baz ## 123 + +FOO |