9 lines · plain
1# RUN: not llvm-mc -triple mips-unknown-linux %s 2>&1 | FileCheck %s2 3# CHECK: :[[#@LINE+1]]:11: error: expected string4 .asciiz 125# CHECK: :[[#@LINE+1]]:14: error: unexpected token6 .asciiz "a"37# CHECK: :[[#@LINE+1]]:15: error: expected string8 .asciiz "a",9