diff options
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) { |