[mips] [IAS] Implement the .asciiz directive.
[oota-llvm.git] / test / MC / Mips / asciiz-directive-bad.s
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