diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2010-01-07 00:31:48 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2010-01-07 00:31:48 +0000 |
commit | 53f0a1b36635cd275d3c1da84b10aea6cb1062b2 (patch) | |
tree | baa5aa11b67c9ac2536d5abb24423848f39e333b | |
parent | 539c5c34063066753f27bb0f39fdcde1acc06328 (diff) |
Make this test be ingored for linux.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92880 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Rewriter/weak_byref_objects.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Rewriter/weak_byref_objects.m b/test/Rewriter/weak_byref_objects.m index 583afcc416..a0ebe88eaf 100644 --- a/test/Rewriter/weak_byref_objects.m +++ b/test/Rewriter/weak_byref_objects.m @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fblocks -fobjc-gc -rewrite-objc %s -o - +// RUN: %clang_cc1 -fblocks -triple i386-apple-darwin9 -fobjc-gc -rewrite-objc %s -o - #define nil 0 int main() { |