From: Chris Lattner Date: Wed, 12 Dec 2007 06:20:40 +0000 (+0000) Subject: add run line X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c88d3a71f4c0e1a68a9c9d0f82c92184f5bd18f;p=clang add run line git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44917 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Preprocessor/macro_rparen_scan2.c b/test/Preprocessor/macro_rparen_scan2.c index 99545e780d..a9ca9d1bb4 100644 --- a/test/Preprocessor/macro_rparen_scan2.c +++ b/test/Preprocessor/macro_rparen_scan2.c @@ -1,4 +1,4 @@ -// clang -E %s | grep -F 'static int glob = (1 + 1 );' +// RUN: clang -E %s | grep -F 'static int glob = (1 + 1 );' #define R_PAREN )