From: Duncan Sands Date: Mon, 5 Jan 2009 10:52:29 +0000 (+0000) Subject: Don't spew bitcode to standard out if this test X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4050a2324ce3c5e292ca8e2e025971766017f0e4;p=oota-llvm.git Don't spew bitcode to standard out if this test fails, like it is right now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61690 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Assembler/2005-05-05-OpaqueUndefValues.ll b/test/Assembler/2005-05-05-OpaqueUndefValues.ll index 483a895124e..8cd1419b08b 100644 --- a/test/Assembler/2005-05-05-OpaqueUndefValues.ll +++ b/test/Assembler/2005-05-05-OpaqueUndefValues.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llvm-dis | llvm-as +; RUN: llvm-as < %s | llvm-dis | llvm-as > /dev/null %t = type opaque @x = global %t undef