[llvm-readobj] - Simplify stack-sizes.test test case.
[llvm-complete.git] / test / MC / ARM / inst-constant-required.s
blobd4863dd2cd77fd60094031dbbce3fd4a9269be75
1 @ RUN: not llvm-mc %s -triple=armv7-linux-gnueabi -filetype asm -o - 2>&1 \
2 @ RUN: | FileCheck -check-prefix CHECK-ERROR %s
4 .syntax unified
5 .arm
7 .align 2
8 .global constant_expression_required
9 .type constant_expression_required,%function
10 constant_expression_required:
11 .Label:
12 movs r0, r0
13 .inst .Label
14 @ CHECK-ERROR: expected constant expression