From 9ee7bc711a5ec19802aafffc2b0d5312cb54f5e2 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 13 Nov 2022 20:40:17 +0100 Subject: test stuff --- test/json.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test/json.cpp') diff --git a/test/json.cpp b/test/json.cpp index c304d3d2..1ef6feb8 100644 --- a/test/json.cpp +++ b/test/json.cpp @@ -32,7 +32,7 @@ static chunk make_test_chunk() return c; } -bool test_app::test_json() // NOLINT(readability-convert-member-functions-to-static) +void test_app::test_json() // NOLINT(readability-convert-member-functions-to-static) { fm_assert(Path::exists("../CMakeCache.txt")); constexpr auto output_dir = "../test/."_s; @@ -51,8 +51,6 @@ bool test_app::test_json() // NOLINT(readability-convert-member-functions-to-sta Magnum::Math::Vector3 vec{0.f/zero, -1.f/zero, 123.f}; json_helper::to_json(vec, Path::join(output_dir, "vec3_inf.json")); } - - return true; } } // namespace floormat -- cgit v1.2.3