mirror of
https://github.com/XRPLF/clio.git
synced 2026-06-02 16:26:43 +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
|