skia2/tests/sksl/errors/BadOctal.glsl
John Stiles 77da3e24dd Report invalid octal numbers correctly.
Previously, we'd report them as an overflowed integer.

Change-Id: Ia3632b4bc880829fb04b08a002d7ce9523567a54
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/472056
Commit-Queue: Brian Osman <brianosman@google.com>
Auto-Submit: John Stiles <johnstiles@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
2021-11-16 14:32:59 +00:00

6 lines
123 B
GLSL

### Compilation failed:
error: 1: '08' is not a valid octal number
error: 1: expected expression, but found '08'
2 errors