diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-07 21:08:33 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-07 21:08:33 +0100 |
commit | e65a90e1773426ec510b1a5b20b9b1757a5df05d (patch) | |
tree | 58b36723f250f130aa0cae745e683f7d3f7a74e0 /test/json.cpp | |
parent | 71bd6fe8a02ee5b1c165bbe5e369462c46477fe7 (diff) |
bb
Diffstat (limited to 'test/json.cpp')
-rw-r--r-- | test/json.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/json.cpp b/test/json.cpp index c819c599..c21fbc31 100644 --- a/test/json.cpp +++ b/test/json.cpp @@ -15,7 +15,7 @@ namespace floormat { -[[maybe_unused]] +#if 0 static chunk make_test_chunk() { auto metal1 = loader.tile_atlas("metal1", {2, 2}, pass_mode::pass), @@ -34,6 +34,7 @@ static chunk make_test_chunk() c[{K+1, K }].wall_west() = { metal2, 0 }; return c; } +#endif void test_app::test_json() // NOLINT(readability-convert-member-functions-to-static) { |