Redirect unused test case output to /dev/null
authorAlexey Samsonov <samsonov@google.com>
Fri, 15 Nov 2013 09:36:58 +0000 (09:36 +0000)
committerAlexey Samsonov <samsonov@google.com>
Fri, 15 Nov 2013 09:36:58 +0000 (09:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194798 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/alias-error.ll

index 1b34d177268d43037a5d269d49b6c921fcd7dec1..8f01dcff2bf9ba15a2eb6b287565586f62ba836d 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: not llc -mtriple=i686-pc-linux-gnu %s 2>&1 | FileCheck %s
+; RUN: not llc -mtriple=i686-pc-linux-gnu %s -o /dev/null 2>&1 | FileCheck %s
 
 @a = external global i32
 @b = alias i32* @a