summaryrefslogtreecommitdiffhomepage
path: root/test/json.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/json.cpp')
-rw-r--r--test/json.cpp4
1 files changed, 1 insertions, 3 deletions
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