[AVX-512] Make spacing between comma and {sae} operand consistent in asm strings.
[oota-llvm.git] / test / MC / ELF / ARM / gnu-type-hash-diagnostics.s
1 @ RUN: not llvm-mc -triple arm-elf -filetype asm -o /dev/null %s 2>&1 | FileCheck %s
2
3         .syntax unified
4
5         .type TYPE #32
6 // CHECK: error: expected symbol type in directive
7 // CHECK: .type TYPE #32
8 // CHECK:             ^
9