diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-11-29 09:33:10 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-11-29 09:33:10 +0000 |
commit | 8a90ac0e85e8c5758b585fe486ee7db01c53fb98 (patch) | |
tree | 665259e7c19d030248d64f18a78aab45c7b4da41 /test/Preprocessor/feature_tests.c | |
parent | 433dd49283e16e7f48c6697dd9bd53d201500a11 (diff) |
Normalize options to use '-FOO' instead of '--FOO'.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90071 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Preprocessor/feature_tests.c')
-rw-r--r-- | test/Preprocessor/feature_tests.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Preprocessor/feature_tests.c b/test/Preprocessor/feature_tests.c index dbfde4b430..9ccff0e120 100644 --- a/test/Preprocessor/feature_tests.c +++ b/test/Preprocessor/feature_tests.c @@ -1,5 +1,5 @@ -// RUN: clang-cc %s --triple=i686-apple-darwin9 -// RUN: clang-cc %s -E --triple=i686-apple-darwin9 +// RUN: clang-cc %s -triple=i686-apple-darwin9 +// RUN: clang-cc %s -E -triple=i686-apple-darwin9 #ifndef __has_feature #error Should have __has_feature #endif |