| commit | 288674904d095934de84f7f850303e030cdfce33 | [log] [tgz] |
|---|---|---|
| author | David Neto <dneto@google.com> | Fri Mar 27 00:49:03 2020 +0000 |
| committer | dan sinclair <dsinclair@google.com> | Fri Mar 27 00:49:03 2020 +0000 |
| tree | 539b7ea9265eb13e4706a3aaed1b33fd869a5de3 | |
| parent | a8cd18e9e709bda4e34c36b07dbf928d95e36b1f [diff] [blame] |
[reader-spirv] Convert array, runtime array types Bug: tint:3 Change-Id: If0d7d38cc777bce3d86dfd83669c1572331d4ed6 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/17800 Reviewed-by: dan sinclair <dsinclair@google.com>
diff --git a/src/reader/spirv/parser_impl_test_helper.h b/src/reader/spirv/parser_impl_test_helper.h index 97ac096..8c40a2b 100644 --- a/src/reader/spirv/parser_impl_test_helper.h +++ b/src/reader/spirv/parser_impl_test_helper.h
@@ -42,8 +42,8 @@ } /// Retrieves the parser from the helper - /// @param input the string to parse - /// @returns the parser implementation + /// @param input the SPIR-V binary to parse + /// @returns a parser for the given binary ParserImpl* parser(const std::vector<uint32_t>& input) { impl_ = std::make_unique<ParserImpl>(&ctx_, input); return impl_.get();