Files
clio/tests/common/util/NameGenerator.hpp
2026-03-24 15:25:32 +00:00

8 lines
158 B
C++

#pragma once
namespace tests::util {
static auto const kNAME_GENERATOR = [](auto const& info) { return info.param.testName; };
} // namespace tests::util