skia2/tests/sksl/runtime_errors/LoopInitializerErrors.skvm
Ethan Nicholas 2280058446 Reenable DSLParser
Change-Id: I1819b2c40902611d7e86245bff73ad8c2bd7629c
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/449060
Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
Reviewed-by: John Stiles <johnstiles@google.com>
2021-09-16 15:28:19 +00:00

14 lines
479 B
Plaintext

### Compilation failed:
error: 3: missing init declaration
error: 4: invalid init declaration
error: 5: missing loop index initializer
error: 7: invalid type for loop index
error: 8: invalid type for loop index
error: 9: construction of array type 'int[2]' is not supported
error: 9: unknown identifier 'i'
error: 9: unknown identifier 'i'
error: 13: loop index initializer must be a constant expression
error: 14: loop index initializer must be a constant expression
10 errors