commit | 462ea55095d0fafb2db052142de773ed2cf14c05 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@google.com> | Wed Oct 26 09:31:35 2022 -0700 |
committer | Bart Van Assche <bvanassche@google.com> | Wed Oct 26 09:31:59 2022 -0700 |
tree | 204ebaaa824172e861d0bcfd7344bb9e29564067 | |
parent | 5e524e28ee51604ce64701af909eb89266f8b17e [diff] |
subcontext: Change a std::string argument into std::string_view This change prevents that a later CL will trigger the following warning: parameter 'test_context' is passed by value and only copied once; consider moving it to avoid unnecessary copies Change-Id: If5837ee6438efdf194781de041779c1089897789 Signed-off-by: Bart Van Assche <bvanassche@google.com>