diff options
-rw-r--r-- | test/Preprocessor/non_fragile_feature1.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/non_fragile_feature1.m b/test/Preprocessor/non_fragile_feature1.m index 7e169d6073..59f665b546 100644 --- a/test/Preprocessor/non_fragile_feature1.m +++ b/test/Preprocessor/non_fragile_feature1.m @@ -1,4 +1,4 @@ -// RUN: clang-cc %s +// RUN: clang-cc -triple i386-unknown-unknown %s #ifndef __has_feature #error Should have __has_feature #endif |