commit | 6f20b8d5f7d9717f16b801c689968842fd102ca9 | [log] [tgz] |
---|---|---|
author | Ethan Nicholas <ethannicholas@google.com> | Tue Aug 31 07:40:24 2021 -0400 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Tue Aug 31 12:45:45 2021 +0000 |
tree | 7ce26b6883496511451f7e45a4c016ce5519efcc | |
parent | 262713dc652a9ef0dc83af379fb32ec43e6c45da [diff] [blame] |
Added line numbers to DSLParser errors Change-Id: I895c3d94c9a49cc0350b287d3aa722050b91295e Reviewed-on: https://skia-review.googlesource.com/c/skia/+/443036 Commit-Queue: Ethan Nicholas <ethannicholas@google.com> Reviewed-by: John Stiles <johnstiles@google.com>
diff --git a/tests/SkSLDSLTest.cpp b/tests/SkSLDSLTest.cpp index 2349249..6bfad93 100644 --- a/tests/SkSLDSLTest.cpp +++ b/tests/SkSLDSLTest.cpp
@@ -566,7 +566,7 @@ } { - ExpectError error(r, "multidimensional arrays are not permitted"); + ExpectError error(r, "multi-dimensional arrays are not supported"); Array(Array(kFloat_Type, 2), 2); } }