Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / llvm-ml / label_errors.asm
blob85d9569c93fd9a164b09d2445dcb84922f299a54
1 ; RUN: not llvm-ml -filetype=s %s /Fo - 2>&1 \
2 ; RUN: | FileCheck %s --implicit-check-not="{{[0-9]+:[0-9]+: error:}}"
4 .code
6 ; These used to be valid label names.
7 {: ; CHECK: [[@LINE]]:1: error: unexpected token at start of statement
8 }: ; CHECK: [[@LINE]]:1: error: unexpected token at start of statement