diff options
Diffstat (limited to 'test/ARCMT/autoreleases.m')
-rw-r--r-- | test/ARCMT/autoreleases.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ARCMT/autoreleases.m b/test/ARCMT/autoreleases.m index a12db8178f7a4..ed78cb4e2e571 100644 --- a/test/ARCMT/autoreleases.m +++ b/test/ARCMT/autoreleases.m @@ -1,5 +1,5 @@ -// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -fsyntax-only -fobjc-arc -x objective-c %s.result -// RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -fsyntax-only -x objective-c %s > %t +// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result +// RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t // RUN: diff %t %s.result typedef unsigned char BOOL; |