[obj2yaml] - Fix a comment. NFC.
[llvm-complete.git] / test / MC / Mips / asciiz-directive-bad.s
blob0f30cfbee630e8a1feadc9ac438aaceff61799ae
1 # RUN: not llvm-mc -triple mips-unknown-linux %s 2>&1 | FileCheck %s
3 .asciiz 12
4 # CHECK: :[[@LINE-1]]:11: error: expected string in '.asciiz' directive
5 .asciiz "a"3
6 # CHECK: :[[@LINE-1]]:14: error: unexpected token in '.asciiz' directive
7 .asciiz "a",
8 # CHECK: :[[@LINE-1]]:15: error: expected string in '.asciiz' directive