Skip to content

Commit ddaf54d

Browse files
committed
Update unknown argument error message
1 parent 144b93f commit ddaf54d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/test/ELF/target-specific-options.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
# RUN: not ld.lld %t -z execute-only-report=foo -o /dev/null 2>&1 | \
2323
# RUN: FileCheck %s --check-prefix=ERR-EXECUTE-ONLY-INVALID
24-
# ERR-EXECUTE-ONLY-INVALID: error: -z execute-only-report= parameter foo is not recognized
24+
# ERR-EXECUTE-ONLY-INVALID: error: unknown -z execute-only-report= value: foo
2525

2626
.globl _start
2727
_start:

0 commit comments

Comments
 (0)