diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2010-01-06 23:54:34 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2010-01-06 23:54:34 +0000 |
commit | f44d9e89e4374d49da1ccd74e0354e8965b867d6 (patch) | |
tree | 23b82cc6a318e168f7c50d7bcec093443ca4ca7b | |
parent | a6f26387355c9a9e61a33c480e28f1a9a15f9b62 (diff) |
Fixes the test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92875 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 509cb4d57b..583afcc416 100644 --- a/test/Rewriter/weak_byref_objects.m +++ b/test/Rewriter/weak_byref_objects.m @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fblocks -rewrite-objc %s -o - +// RUN: %clang_cc1 -fblocks -fobjc-gc -rewrite-objc %s -o - #define nil 0 int main() { |