diff options
Diffstat (limited to 'test/Assembler/invalid_cast2.ll')
-rw-r--r-- | test/Assembler/invalid_cast2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/invalid_cast2.ll b/test/Assembler/invalid_cast2.ll index a01b935..5ce9546 100644 --- a/test/Assembler/invalid_cast2.ll +++ b/test/Assembler/invalid_cast2.ll @@ -1,4 +1,4 @@ -; RUN: not llvm-as < %s |& FileCheck %s +; RUN: not llvm-as < %s 2>&1 | FileCheck %s ; CHECK: invalid cast opcode for cast from '<4 x i64>' to 'i8' |