diff options
Diffstat (limited to 'test/CodeGen/X86/GC/badwriteproto.ll')
-rw-r--r-- | test/CodeGen/X86/GC/badwriteproto.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/GC/badwriteproto.ll b/test/CodeGen/X86/GC/badwriteproto.ll index 2544e40f81ff..62c157477635 100644 --- a/test/CodeGen/X86/GC/badwriteproto.ll +++ b/test/CodeGen/X86/GC/badwriteproto.ll @@ -1,4 +1,4 @@ -; RUN: not llvm-as < %s >& /dev/null +; RUN: not llvm-as < %s > /dev/null 2>&1 %list = type { i32, %list* } |