summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/invalid-dicompileunit-language-bad.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Assembler/invalid-dicompileunit-language-bad.ll')
-rw-r--r--llvm/test/Assembler/invalid-dicompileunit-language-bad.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/Assembler/invalid-dicompileunit-language-bad.ll b/llvm/test/Assembler/invalid-dicompileunit-language-bad.ll
index e6f49f3fba4..98c04833e78 100644
--- a/llvm/test/Assembler/invalid-dicompileunit-language-bad.ll
+++ b/llvm/test/Assembler/invalid-dicompileunit-language-bad.ll
@@ -1,5 +1,5 @@
; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-; CHECK: <stdin>:[[@LINE+1]]:31: error: invalid DWARF language 'DW_LANG_NoSuchLanguage'
-!0 = !DICompileUnit(language: DW_LANG_NoSuchLanguage,
- file: !DIFile(filename: "a", directory: "b"))
+; CHECK: <stdin>:[[@LINE+1]]:40: error: invalid DWARF language 'DW_LANG_NoSuchLanguage'
+!0 = distinct !DICompileUnit(language: DW_LANG_NoSuchLanguage,
+ file: !DIFile(filename: "a", directory: "b"))
OpenPOWER on IntegriCloud