Error out when faced with value names containing '\0'
[oota-llvm.git] / test / Bitcode / pr18704.ll
index f05fe53259fae2fd973d9aacc7b7f1f2dcadcc2d..e57ce3cec4c05f6cea4cf7cbad60f9f3c3eb5aac 100644 (file)
@@ -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