diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-13 18:08:44 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-13 20:43:16 +0100 |
commit | e45bf04c0f86ab08d5e811efb3a3d0b508f449c3 (patch) | |
tree | 7045c6efd07f670665fade25f55fc84ed6848eb3 /test/json.cpp | |
parent | 62172828e4114437b88456dd12d90066fde458df (diff) |
rename test app
Diffstat (limited to 'test/json.cpp')
-rw-r--r-- | test/json.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/json.cpp b/test/json.cpp index b5caf145..3b099e47 100644 --- a/test/json.cpp +++ b/test/json.cpp @@ -32,7 +32,7 @@ static chunk make_test_chunk() return c; } -bool floormat::test_json() // NOLINT(readability-convert-member-functions-to-static) +bool test_app::test_json() // NOLINT(readability-convert-member-functions-to-static) { constexpr auto output_dir = "../test/."_s; { |