From: Chris Lattner Date: Tue, 22 Dec 2009 07:01:12 +0000 (+0000) Subject: specify a triple to use, fixing the test on non-x86-64 hosts. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=516088d4ae496e479ec5e3092436ea98a6d25e17;p=oota-llvm.git specify a triple to use, fixing the test on non-x86-64 hosts. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91900 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/MC/Disassembler/simple-tests.txt b/test/MC/Disassembler/simple-tests.txt index 1152ad493d1..1e3249f8268 100644 --- a/test/MC/Disassembler/simple-tests.txt +++ b/test/MC/Disassembler/simple-tests.txt @@ -1,4 +1,4 @@ -# RUN: llvm-mc --disassemble %s | FileCheck %s +# RUN: llvm-mc --disassemble %s -triple=x86_64-apple-darwin9 | FileCheck %s # CHECK: int $33 0xCD 0x21