xref: /llvm-project/llvm/test/MC/ARM/directive-fpu-diagnostics.s (revision 07b7c03805511a6200afc8140b47584061f07acc)
1@ RUN: not llvm-mc -triple armv7 -filetype asm -o /dev/null %s 2>&1 \
2@ RUN:     | FileCheck %s -strict-whitespace
3
4	.text
5	.thumb
6
7	.fpu invalid
8@ CHECK: error: Unknown FPU name
9@ CHECK: .fpu invalid
10@ CHECK:      ^
11