diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-09-01 00:36:20 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-09-01 00:36:20 +0000 |
commit | fe9dcb345fa8347cea55142c0295b797fddeb30f (patch) | |
tree | 14002bf69a06056a0e160940a7d8ae2845e6756d | |
parent | 27a36e9512d40d8bf431a9eff32e3375d24092cb (diff) | |
download | clang-fe9dcb345fa8347cea55142c0295b797fddeb30f.tar.gz |
Force triple for this test (non-fragile ABI is default on x86_64-apple-darwin9).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80645 91177308-0d34-0410-b5e6-96231b3b80d8
-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 |