aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/allow-multiple-definition.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/allow-multiple-definition.s')
-rw-r--r--test/ELF/allow-multiple-definition.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ELF/allow-multiple-definition.s b/test/ELF/allow-multiple-definition.s
index 89ea8c865822..e4637e1a5367 100644
--- a/test/ELF/allow-multiple-definition.s
+++ b/test/ELF/allow-multiple-definition.s
@@ -15,10 +15,10 @@
# meet symbol should be used.
# CHECK: _bar:
-# CHECK-NEXT: 11000: b8 01 00 00 00 movl $1, %eax
+# CHECK-NEXT: 201000: b8 01 00 00 00 movl $1, %eax
# REVERT: _bar:
-# REVERT-NEXT: 11000: b8 02 00 00 00 movl $2, %eax
+# REVERT-NEXT: 201000: b8 02 00 00 00 movl $2, %eax
.globl _bar
.type _bar, @function