Improve handling of .file, .include and .incbin directives to
[oota-llvm.git] / test / MC / AsmParser / macro-rept-err2.s
1 // RUN: not llvm-mc -triple x86_64-unknown-unknown %s 2> %t
2 // RUN: FileCheck < %t %s
3
4 .rept 3
5 .long
6
7 // CHECK: no matching '.endr' in definition