Fix Windows build by including raw_ostream.h
[oota-llvm.git] / test / Assembler / invalid-dicompileunit-null-file.ll
index cc1892e914650b3a93b543a262bc2092e6fbc53f..450584f3d71522e3e2f5966c3042c72eea091873 100644 (file)
@@ -1,4 +1,4 @@
 ; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
 
-; CHECK: <stdin>:[[@LINE+1]]:27: error: 'file' cannot be null
-!0 = !DICompileUnit(file: null)
+; CHECK: <stdin>:[[@LINE+1]]:36: error: 'file' cannot be null
+!0 = distinct !DICompileUnit(file: null)