summaryrefslogtreecommitdiff
path: root/test/Assembler/2003-11-11-ImplicitRename.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler/2003-11-11-ImplicitRename.ll')
-rw-r--r--test/Assembler/2003-11-11-ImplicitRename.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Assembler/2003-11-11-ImplicitRename.ll b/test/Assembler/2003-11-11-ImplicitRename.ll
index 7bfd3c14bf194..84065a17846db 100644
--- a/test/Assembler/2003-11-11-ImplicitRename.ll
+++ b/test/Assembler/2003-11-11-ImplicitRename.ll
@@ -1,8 +1,7 @@
-; RUN: not llvm-as < %s >& /dev/null
+; RUN: not llvm-as < %s > /dev/null 2>&1
void %test() {
%X = add int 0, 1
%X = add int 1, 2
ret void
}
-