141f2873a9
A few tests were divided into a Runtime Effect-compatible .rts test, and a Runtime Effect-incompatible .sksl test. Change-Id: Ib52554892685bdc44fe3622ab314960ee0962b90 Bug: skia:13042 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/523377 Reviewed-by: Arman Uguray <armansito@google.com> Commit-Queue: John Stiles <johnstiles@google.com> Auto-Submit: John Stiles <johnstiles@google.com>
7 lines
104 B
Plaintext
7 lines
104 B
Plaintext
void fn(int arr[4294967296]);
|
|
|
|
/*%%*
|
|
integer is too large: 4294967296
|
|
array size must be positive
|
|
*%%*/
|