[tests] Cleanup initialization of test suffixes.
[oota-llvm.git] / test / MC / AsmParser / directive_incbin.s
1 # RUN: llvm-mc -triple i386-unknown-unknown %s -I %p | FileCheck %s
2
3 .data
4 .incbin "incbin_abcd"
5
6 # CHECK: .ascii  "abcd\n"