aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/MC/RISCV/reloc-directive-err.s
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/MC/RISCV/reloc-directive-err.s')
-rw-r--r--llvm/test/MC/RISCV/reloc-directive-err.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/MC/RISCV/reloc-directive-err.s b/llvm/test/MC/RISCV/reloc-directive-err.s
index 2b00019..370e4ce 100644
--- a/llvm/test/MC/RISCV/reloc-directive-err.s
+++ b/llvm/test/MC/RISCV/reloc-directive-err.s
@@ -1,6 +1,6 @@
# RUN: llvm-mc -triple=riscv64 %s 2>&1 | FileCheck --check-prefix=PRINT %s
# RUN: not llvm-mc -filetype=obj -triple=riscv64 %s -o /dev/null 2>&1 | FileCheck %s
-# PRINT: .reloc 0, R_INVALID, 0
+# PRINT: .reloc {{.*}}, R_INVALID, 0
# CHECK: {{.*}}.s:[[# @LINE+1]]:11: error: unknown relocation name
-.reloc 0, R_INVALID, 0
+.reloc ., R_INVALID, 0