From: Chris Lattner Date: Wed, 12 Dec 2007 06:20:18 +0000 (+0000) Subject: add runline, make this test real. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5113613c5bc7b9d442639c725de3b6e71c952dfb;p=clang add runline, make this test real. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44916 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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