brintos

brintos / llvm-project-archived public Read only

0
0
Text · 236 B · 5461a77 Raw
9 lines · plain
1// RUN: not llvm-tblgen %s 2>&1 | FileCheck -DFILE=%s %s2 3// CHECK: [[FILE]]:[[@LINE+2]]:20: error: invalid range, cannot be negative4// CHECK: [[FILE]]:[[@LINE+1]]:20: error: expected declaration in for5foreach Index = -1 - 0 in {6 7}8 9