commit | a19558ed0206c55d22ec7de4edb2e467eb0a8c90 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu May 13 18:56:51 2021 -0700 |
committer | William A. Kennington III <wak@google.com> | Thu May 13 18:57:37 2021 -0700 |
tree | 65af6ec7f0fc180adbf2562bbcd6e83a76d32b47 | |
parent | 05368f128351c8aef191f3c30af8942eb7041b67 [diff] |
test: Fix VLA declarations C++ doesn't support VLAs, but none of the uses were actually intended to be dynamic. Instead, refactor out array lengths into constexpr expressions. Change-Id: I60dfd5c8552a249a7b28b663e7d4e5d1fdfa96e0 Signed-off-by: William A. Kennington III <wak@google.com>