From abe15e553e58165e7692c0d0842865c488ed7b45 Mon Sep 17 00:00:00 2001 From: Roman Divacky Date: Fri, 1 Jan 2010 10:34:51 +0000 Subject: Updaet clang to 92395. --- test/Preprocessor/include-macros.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Preprocessor/include-macros.c') diff --git a/test/Preprocessor/include-macros.c b/test/Preprocessor/include-macros.c index d64ee5e3e6d9..b86cd0df2611 100644 --- a/test/Preprocessor/include-macros.c +++ b/test/Preprocessor/include-macros.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -E -Dtest=FOO -imacros %S/pr2086.h %s | grep 'HERE: test' +// RUN: %clang_cc1 -E -Dtest=FOO -imacros %S/pr2086.h %s | grep 'HERE: test' // This should not be expanded into FOO because pr2086.h undefs 'test'. HERE: test -- cgit v1.3