summaryrefslogtreecommitdiffstats
path: root/clang/test/ARCMT/init.m.result
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/ARCMT/init.m.result')
-rw-r--r--clang/test/ARCMT/init.m.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/ARCMT/init.m.result b/clang/test/ARCMT/init.m.result
index 9142c37a2fd..4f3b4e724e2 100644
--- a/clang/test/ARCMT/init.m.result
+++ b/clang/test/ARCMT/init.m.result
@@ -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 -arch x86_64 %s > %t
+// RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -fsyntax-only -x objective-c %s > %t
// RUN: diff %t %s.result
@interface NSObject
OpenPOWER on IntegriCloud