mirror of
https://github.com/XRPLF/clio.git
synced 2026-04-29 15:37:53 +00:00
8 lines
158 B
C++
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
|