summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/invalid-mdimportedentity-missing-scope.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Assembler/invalid-mdimportedentity-missing-scope.ll')
-rw-r--r--llvm/test/Assembler/invalid-mdimportedentity-missing-scope.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Assembler/invalid-mdimportedentity-missing-scope.ll b/llvm/test/Assembler/invalid-mdimportedentity-missing-scope.ll
index 710a0276480..06164e88d9b 100644
--- a/llvm/test/Assembler/invalid-mdimportedentity-missing-scope.ll
+++ b/llvm/test/Assembler/invalid-mdimportedentity-missing-scope.ll
@@ -1,4 +1,4 @@
; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
; CHECK: [[@LINE+1]]:51: error: missing required field 'scope'
-!3 = !MDImportedEntity(tag: DW_TAG_imported_module)
+!3 = !DIImportedEntity(tag: DW_TAG_imported_module)
OpenPOWER on IntegriCloud