Un-XFAIL the file. Disable only the individual tests that aren't working yet.
[oota-llvm.git] / test / MC / ARM / nop-thumb-padding.s
1 @ RUN: llvm-mc -triple armv6-apple-darwin %s -filetype=obj -o %t.obj
2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
3 @ RUN: FileCheck %s < %t.dump
4
5 .thumb_func x
6 .code 16
7 x:
8       adds r0, r1, r2
9       .align 4
10       adds r0, r1, r2
11
12 @ CHECK: ('_section_data', '8818c046 c046c046 c046c046 c046c046 8818')