diff options
Diffstat (limited to 'lld/test/ELF/linkerscript.s')
-rw-r--r-- | lld/test/ELF/linkerscript.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/linkerscript.s b/lld/test/ELF/linkerscript.s index 76e43677f18..4ee7416a4b8 100644 --- a/lld/test/ELF/linkerscript.s +++ b/lld/test/ELF/linkerscript.s @@ -112,7 +112,7 @@ # ERR1: unknown directive: FOO -.globl _start, _label; +.globl _start, _label _start: mov $60, %rax mov $42, %rdi |