[llvm-objdump] - Remove one overload of reportError. NFCI.
[llvm-complete.git] / test / MC / Mips / mips16 / invalid.s
blob4ed3c91433315a2c644ca9092c5a149f838914c1
1 # RUN: not llvm-mc -arch=mips -mcpu=mips32r2 -mattr=+mips16 < %s 2> %t
2 # RUN: FileCheck %s < %t
4 # Instructions which are invalid.
6 $label:
7 nop 4 # CHECK: :[[@LINE]]:7: error: invalid operand for instruction
8 nop $4 # CHECK: :[[@LINE]]:7: error: invalid operand for instruction
9 nop $label # CHECK: :[[@LINE]]:7: error: invalid operand for instruction