diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-28 22:54:57 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-28 22:54:57 +0100 |
commit | 6686d167103d6b9afb505c06a60a23b0bd008cd9 (patch) | |
tree | 1f38951a3ea48c5be50d21345f0d816087843c2c /editor | |
parent | a230d1a6ee8337a79996fe19a2f2033a23e0e0ac (diff) |
reformat
Diffstat (limited to 'editor')
-rw-r--r-- | editor/tests-private.hpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editor/tests-private.hpp b/editor/tests-private.hpp index 9a39d07d..cd254e85 100644 --- a/editor/tests-private.hpp +++ b/editor/tests-private.hpp @@ -56,10 +56,10 @@ struct tests_data final : tests_data_ }; static constexpr test_tuple fields[] = { - { "None"_s, Test::none, &tests_data::make_test_none, }, - { "Path"_s, Test::path, &tests_data::make_test_path, }, - { "Raycasting"_s, Test::raycast, &tests_data::make_test_raycast }, - { "Region extraction"_s, Test::region, &tests_data::make_test_region }, + { "None"_s, Test::none, make_test_none, }, + { "Path"_s, Test::path, make_test_path, }, + { "Raycasting"_s, Test::raycast, make_test_raycast }, + { "Region extraction"_s, Test::region, make_test_region }, }; }; |