diff options
Diffstat (limited to 'test/Assembler/getelementptr_struct.ll')
-rw-r--r-- | test/Assembler/getelementptr_struct.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Assembler/getelementptr_struct.ll b/test/Assembler/getelementptr_struct.ll index bfebf29bd5..0293672233 100644 --- a/test/Assembler/getelementptr_struct.ll +++ b/test/Assembler/getelementptr_struct.ll @@ -1,4 +1,5 @@ -; RUN: not llvm-as < %s >/dev/null |& FileCheck %s +; RUN: not llvm-as < %s >/dev/null 2> %t +; RUN: FileCheck %s < %t ; Test the case of a incorrect indices type into struct ; CHECK: invalid getelementptr indices |