mirror of
https://github.com/XRPLF/clio.git
synced 2026-06-03 00:36:44 +00:00
8 lines
157 B
C++
8 lines
157 B
C++
#pragma once
|
|
|
|
namespace tests::util {
|
|
|
|
static auto const kNameGenerator = [](auto const& info) { return info.param.testName; };
|
|
|
|
} // namespace tests::util
|