From 4c88d3a71f4c0e1a68a9c9d0f82c92184f5bd18f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 12 Dec 2007 06:20:40 +0000 Subject: [PATCH] add run line git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44917 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Preprocessor/macro_rparen_scan2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- 2.50.1