tests: Force triples.

llvm-svn: 108658
This commit is contained in:
Daniel Dunbar 2010-07-18 21:16:10 +00:00
parent 3973af797a
commit 3b4621103a
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