tests: Force triples.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108658 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2010-07-18 21:16:10 +00:00
parent 6a46d571b4
commit 030794bd87
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// RUN: not llvm-mc %s 2> %t.err
// RUN: not llvm-mc -triple x86_64-apple-darwin10 %s 2> %t.err
// RUN: FileCheck --check-prefix=CHECK-ERRORS %s < %t.err
.macro .test0

View File

@ -1,4 +1,4 @@
// RUN: llvm-mc %s 2> %t.err | FileCheck %s
// RUN: llvm-mc -triple x86_64-apple-darwin10 %s 2> %t.err | FileCheck %s
// RUN: FileCheck --check-prefix=CHECK-ERRORS %s < %t.err
.macro .test0