diff options
Diffstat (limited to 'test/Bitcode/pr18704.ll')
-rw-r--r-- | test/Bitcode/pr18704.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Bitcode/pr18704.ll b/test/Bitcode/pr18704.ll index f05fe53..e57ce3c 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 |