diff options
Diffstat (limited to 'test/Assembler/2007-11-26-AttributeOverload.ll')
-rw-r--r-- | test/Assembler/2007-11-26-AttributeOverload.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2007-11-26-AttributeOverload.ll b/test/Assembler/2007-11-26-AttributeOverload.ll index aebc2e8d01e5f..ab5d514a38b6e 100644 --- a/test/Assembler/2007-11-26-AttributeOverload.ll +++ b/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*) |