xref: /aosp_15_r20/external/llvm/test/MC/Mips/asciiz-directive-bad.s (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1# RUN: not llvm-mc -triple mips-unknown-linux %s 2>&1 | FileCheck %s
2
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
9