aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/merge-string-error.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/merge-string-error.s')
-rw-r--r--test/ELF/merge-string-error.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ELF/merge-string-error.s b/test/ELF/merge-string-error.s
index 58a624329ed9..c5088acf63b6 100644
--- a/test/ELF/merge-string-error.s
+++ b/test/ELF/merge-string-error.s
@@ -5,7 +5,7 @@
.section .rodata.str1.1,"aMS",@progbits,1
.asciz "abc"
- .text
+ .data
.long .rodata.str1.1 + 4
-// CHECK: Entry is past the end of the section
+// CHECK: entry is past the end of the section