OSDN Git Service

Don't spew bitcode to standard out if this test
authorDuncan Sands <baldrick@free.fr>
Mon, 5 Jan 2009 10:52:29 +0000 (10:52 +0000)
committerDuncan Sands <baldrick@free.fr>
Mon, 5 Jan 2009 10:52:29 +0000 (10:52 +0000)
fails, like it is right now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61690 91177308-0d34-0410-b5e6-96231b3b80d8

test/Assembler/2005-05-05-OpaqueUndefValues.ll

index 483a895..8cd1419 100644 (file)
@@ -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