diff options
Diffstat (limited to 'test/Bitcode')
-rw-r--r-- | test/Bitcode/null-type.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Bitcode/null-type.ll b/test/Bitcode/null-type.ll index b972753..8502b0d 100644 --- a/test/Bitcode/null-type.ll +++ b/test/Bitcode/null-type.ll @@ -1,4 +1,5 @@ -; RUN: not llvm-dis < %s.bc > /dev/null |& FileCheck %s +; RUN: not llvm-dis < %s.bc > /dev/null 2> %t +; RUN: FileCheck %s < %t ; PR8494 ; CHECK: Invalid MODULE_CODE_FUNCTION record |