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 | 4e7596cc3a63ecdf8065ef3132a4e728b598dc6e (patch) | |
tree | da08bb4ca938ea1f881d459d552cae3951e7c65e /clang/test/Preprocessor/feature_tests.c | |
parent | be95682389c753e66e64e80c25ee1b908c00b18b (diff) | |
download | bcm5719-llvm-4e7596cc3a63ecdf8065ef3132a4e728b598dc6e.tar.gz bcm5719-llvm-4e7596cc3a63ecdf8065ef3132a4e728b598dc6e.zip |
Normalize options to use '-FOO' instead of '--FOO'.
llvm-svn: 90071
Diffstat (limited to 'clang/test/Preprocessor/feature_tests.c')
-rw-r--r-- | clang/test/Preprocessor/feature_tests.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Preprocessor/feature_tests.c b/clang/test/Preprocessor/feature_tests.c index dbfde4b430b..9ccff0e1202 100644 --- a/clang/test/Preprocessor/feature_tests.c +++ b/clang/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 |