1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

tests: Force triples.

llvm-svn: 108658
This commit is contained in:
Daniel Dunbar 2010-07-18 21:16:10 +00:00
parent 79350dba6e
commit 9ee59ea685
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