summaryrefslogtreecommitdiff
path: root/test/MC/AsmParser/macro-rept-err2.s
blob: 678b4c7eeee020ce76e5f2c8a157634456848702 (plain)
1
2
3
4
5
6
7
// RUN: not llvm-mc -triple x86_64-unknown-unknown %s 2> %t
// RUN: FileCheck < %t %s

.rept 3
.long

// CHECK: no matching '.endr' in definition