blob: 2e6114d6fe08d16fbbeb98cf2541e5ee11e3aae8 [file] [log] [blame]
David Peixottoe407d092013-12-19 18:12:36 +00001@RUN: not llvm-mc -triple=armv7-unknown-linux-gnueabi < %s 2>&1 | FileCheck %s
2@RUN: not llvm-mc -triple=armv7-apple-darwin < %s 2>&1 | FileCheck %s
3
4.text
5bar:
6 mov r0, =0x101
7@ CHECK: error: unexpected token in operand
8@ CHECK: mov r0, =0x101
9@ CHECK: ^
10