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