diff options
-rw-r--r-- | test/json.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/json.cpp b/test/json.cpp index a7c9e84c..fa4564fd 100644 --- a/test/json.cpp +++ b/test/json.cpp @@ -34,7 +34,7 @@ static chunk make_test_chunk() bool floormat::test_json() // NOLINT(readability-convert-member-functions-to-static) { - constexpr StringView output_dir = "../test/."; + constexpr auto output_dir = "../test/."_s; { auto atlas = loader.tile_atlas("metal1", {2, 2}); json_helper::to_json(atlas, Path::join(output_dir, "atlas.json")); |