X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FBitcode%2Fpr18704.ll;h=e57ce3cec4c05f6cea4cf7cbad60f9f3c3eb5aac;hb=7b1f1048e86ebf78bb2f04232261813077b541ae;hp=f05fe53259fae2fd973d9aacc7b7f1f2dcadcc2d;hpb=6ac86cf119640b71328a3530f2906a86487696c9;p=oota-llvm.git diff --git a/test/Bitcode/pr18704.ll b/test/Bitcode/pr18704.ll index f05fe53259f..e57ce3cec4c 100644 --- a/test/Bitcode/pr18704.ll +++ b/test/Bitcode/pr18704.ll @@ -1,6 +1,6 @@ ; RUN: not llvm-dis < %s.bc 2>&1 | FileCheck %s -; CHECK: llvm-dis{{(\.EXE|\.exe)?}}: Never resolved value found in function +; CHECK: llvm-dis{{(\.EXE|\.exe)?}}: error: Never resolved value found in function ; pr18704.ll.bc has an instruction referring to invalid type. ; The test checks that LLVM reports the error and doesn't access freed memory