Prefix failing commands with not to make clear they are expected to fail.
[oota-llvm.git] / test / MC / ARM / invalid-hint-thumb.s
1 @ RUN: not llvm-mc -triple=thumbv7-apple-darwin -mcpu=cortex-a8 < %s 2>&1 | FileCheck %s
2
3 hint #5
4 hint.w #5
5 hint #100
6
7 @ CHECK: error: immediate operand must be in the range [0,4]
8 @ CHECK: error: immediate operand must be in the range [0,4]
9 @ CHECK: error: immediate operand must be in the range [0,4]