aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2009-03-04 06:00:10 +0000
committerEli Friedman <eli.friedman@gmail.com>2009-03-04 06:00:10 +0000
commitcdf00290c8988b54073775c9442615a23df405fc (patch)
tree3baa9e1e60e9065e60d952f6ac91ce3a7db51ee6
parent7976932a1c256d447316ffac58e9821417725e34 (diff)
Make this test a bit more specific about the target so that it passes on
Linux. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66019 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/SemaObjC/property-nonfragile-abi.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/property-nonfragile-abi.m b/test/SemaObjC/property-nonfragile-abi.m
index 3dec8a8fd8..4a211bd240 100644
--- a/test/SemaObjC/property-nonfragile-abi.m
+++ b/test/SemaObjC/property-nonfragile-abi.m
@@ -1,4 +1,4 @@
-// RUN: clang -fsyntax-only -arch x86_64 -verify %s
+// RUN: clang -fsyntax-only -triple x86_64-apple-darwin9 -verify %s
typedef signed char BOOL;