1# RUN: not llvm-mc -triple riscv32 < %s 2>&1 | FileCheck %s
2
3jump 1234, x31 # CHECK: :[[@LINE]]:6: error: operand must be a valid jump target
4jump foo@plt, x31 # CHECK: :[[@LINE]]:6: error: operand must be a valid jump target
5jump %pcrel_lo(1234), x31 # CHECK: :[[@LINE]]:6: error: unknown token in expression
6