Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pw_perf_test: Remove invalid constexpr specifier
- The TestInfo constructor cannot be constexpr because it calls a non-constexpr function. - Make TestInfo declarations const. Bug: b/271485754 Change-Id: Ie51ceeef330f36d5ad5755e20a41b5cd7beb7a76 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/131753 Commit-Queue: Auto-Submit <[email protected]> Pigweed-Auto-Submit: Wyatt Hepler <[email protected]> Reviewed-by: Ewout van Bekkum <[email protected]>
- Loading branch information