summaryrefslogtreecommitdiff
path: root/test/Assembler/invalid-mdnode-badref.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler/invalid-mdnode-badref.ll')
-rw-r--r--test/Assembler/invalid-mdnode-badref.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/invalid-mdnode-badref.ll b/test/Assembler/invalid-mdnode-badref.ll
index cfa03e0b3c6ac..5c28ef054932d 100644
--- a/test/Assembler/invalid-mdnode-badref.ll
+++ b/test/Assembler/invalid-mdnode-badref.ll
@@ -1,5 +1,5 @@
; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
!named = !{!0}
-; CHECK: [[@LINE+1]]:14: error: use of undefined metadata '!1'
+; CHECK: [[@LINE+1]]:13: error: use of undefined metadata '!1'
!0 = !{!0, !1}