[Alignment][NFC] Use Align with TargetLowering::setMinFunctionAlignment
[llvm-core.git] / test / TableGen / foreach-range-parse-errors1.td
blob5461a77703be30dc1e82326cdb21dc239bdbe5ac
1 // RUN: not llvm-tblgen %s 2>&1 | FileCheck -DFILE=%s %s
3 // CHECK: [[FILE]]:[[@LINE+2]]:20: error: invalid range, cannot be negative
4 // CHECK: [[FILE]]:[[@LINE+1]]:20: error: expected declaration in for
5 foreach Index = -1 - 0 in {