[llvm-objdump] - Remove one overload of reportError. NFCI.
[llvm-complete.git] / test / MC / Mips / mt / module-directive-invalid.s
blob38baaa07cdc171ddb2ad30dff3f021719eaba849
1 # RUN: not llvm-mc -arch=mips -mcpu=mips32r5 < %s 2>&1 | FileCheck %s
3 # CHECK: error: .module directive must appear before any code
4 .set nomips16
5 .module mt
6 nop