Skip to content

Commit b832095

Browse files
committed
Fix option-invalid.s test
1 parent 4e2aaee commit b832095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/MC/RISCV/option-invalid.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
# CHECK: :[[#@LINE+1]]:13: error: expected newline
5454
.option rvc foo
5555

56-
# CHECK: :[[#@LINE+1]]:12: warning: unknown option, expected 'push', 'pop', 'rvc', 'norvc', 'arch', 'relax' or 'norelax'
56+
# CHECK: :[[#@LINE+1]]:12: warning: unknown option, expected 'push', 'pop', 'rvc', 'norvc', 'arch', 'relax', 'norelax', 'exact' or 'noexact'
5757
.option bar
5858

5959
# CHECK: :[[#@LINE+1]]:12: error: .option pop with no .option push

0 commit comments

Comments
 (0)