summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Assembler')
-rw-r--r--llvm/test/Assembler/2003-11-11-ImplicitRename.ll3
-rw-r--r--llvm/test/Assembler/2007-11-26-AttributeOverload.ll2
2 files changed, 2 insertions, 3 deletions
diff --git a/llvm/test/Assembler/2003-11-11-ImplicitRename.ll b/llvm/test/Assembler/2003-11-11-ImplicitRename.ll
index 7bfd3c14bf1..84065a17846 100644
--- a/llvm/test/Assembler/2003-11-11-ImplicitRename.ll
+++ b/llvm/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
}
-
diff --git a/llvm/test/Assembler/2007-11-26-AttributeOverload.ll b/llvm/test/Assembler/2007-11-26-AttributeOverload.ll
index aebc2e8d01e..ab5d514a38b 100644
--- a/llvm/test/Assembler/2007-11-26-AttributeOverload.ll
+++ b/llvm/test/Assembler/2007-11-26-AttributeOverload.ll
@@ -1,4 +1,4 @@
-; RUN: not llvm-as < %s >& /dev/null
+; RUN: not llvm-as < %s > /dev/null 2>&1
declare i32 @atoi(i8*) nounwind readonly
declare i32 @atoi(i8*)
OpenPOWER on IntegriCloud