forked from OSchip/llvm-project
Give arcmt-test an explicit triple for this test.
llvm-svn: 133165
This commit is contained in:
parent
f5a0ca46b6
commit
b29f52727c
|
@ -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 -working-directory %S with-working-dir.m > %t
|
||||
// RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -working-directory %S with-working-dir.m > %t
|
||||
// RUN: diff %t %s.result
|
||||
|
||||
typedef int BOOL;
|
||||
|
|
|
@ -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 -working-directory %S with-working-dir.m > %t
|
||||
// RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -working-directory %S with-working-dir.m > %t
|
||||
// RUN: diff %t %s.result
|
||||
|
||||
typedef int BOOL;
|
||||
|
|
Loading…
Reference in New Issue