diff options
Diffstat (limited to 'test/CodeGen/X86/GC/badreadproto.ll')
-rw-r--r-- | test/CodeGen/X86/GC/badreadproto.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/GC/badreadproto.ll b/test/CodeGen/X86/GC/badreadproto.ll index 37672f804357..aad79d75218a 100644 --- a/test/CodeGen/X86/GC/badreadproto.ll +++ b/test/CodeGen/X86/GC/badreadproto.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* } |