summaryrefslogtreecommitdiff
path: root/test/Bitcode
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2016-11-09 00:51:04 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2016-11-09 00:51:04 +0000
commitd9a93c097e4ac496350f195ebe92e70d3e6d2110 (patch)
treeba68274034052c772b66e4b209675f8828fb31b1 /test/Bitcode
parentf70da781a972f16bdf9270c7df120b1a9bec7127 (diff)
Bitcode: Change the BitcodeReader to use llvm::Error internally.
Differential Revision: https://reviews.llvm.org/D26430 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286323 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Bitcode')
-rw-r--r--test/Bitcode/invalid.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Bitcode/invalid.test b/test/Bitcode/invalid.test
index d9381b7729c..5bcf4c147aa 100644
--- a/test/Bitcode/invalid.test
+++ b/test/Bitcode/invalid.test
@@ -209,7 +209,7 @@ ALIAS-TYPE-MISMATCH: Alias and aliasee types don't match
RUN: not llvm-dis -disable-output %p/Inputs/invalid-no-function-block.bc 2>&1 | \
RUN: FileCheck --check-prefix=NO-FUNCTION-BLOCK %s
-NO-FUNCTION-BLOCK: Trying to materialize functions before seeing function blocks
+NO-FUNCTION-BLOCK: Trying to materialize functions before seeing function blocks (Producer: 'LLVM3.8.0git' Reader: 'LLVM
RUN: not llvm-dis -disable-output %p/Inputs/invalid-name-with-0-byte.bc 2>&1 | \
RUN: FileCheck --check-prefix=NAME-WITH-0 %s