diff options
Diffstat (limited to 'test/CodeGen/X86/GC/outside.ll')
-rw-r--r-- | test/CodeGen/X86/GC/outside.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/GC/outside.ll b/test/CodeGen/X86/GC/outside.ll index 2968c6917ce1..55eda5453789 100644 --- a/test/CodeGen/X86/GC/outside.ll +++ b/test/CodeGen/X86/GC/outside.ll @@ -1,4 +1,4 @@ -; RUN: not llvm-as < %s >& /dev/null +; RUN: not llvm-as < %s > /dev/null 2>&1 declare void @llvm.gcroot(i8**, i8*) |