skia2/tests/sksl/runtime_errors/LoopConditionErrors.skvm
Ethan Nicholas 360db877be Fix line numbers of several DSLParser errors
Change-Id: I82e0d29fbcb5be93fe20a1fb442e2a429e6cab8e
Bug: skia:12411
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/445644
Reviewed-by: John Stiles <johnstiles@google.com>
Commit-Queue: John Stiles <johnstiles@google.com>
2021-09-03 22:12:22 +00:00

13 lines
496 B
Plaintext

### Compilation failed:
error: 3: missing condition
error: 5: invalid condition
error: 6: invalid condition
error: 7: expected loop index on left hand side of condition
error: 9: expected loop index on left hand side of condition
error: 10: expected loop index on left hand side of condition
error: 11: expected loop index on left hand side of condition
error: 15: loop index must be compared with a constant expression
error: 16: loop index must be compared with a constant expression
9 errors