diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-11 08:32:10 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-11 08:49:53 +0100 |
| commit | 017cb08bf33608f1ceb8d59800a8d1d2f9d5d455 (patch) | |
| tree | 8918ad2e036d8dc79b7b2cbdce858a9617551aea /test/serializer.cpp | |
| parent | b2be7d57642197c0f65d2645c767c4f868ababb1 (diff) | |
loader: allow adding atlases to the list without parsing them
Diffstat (limited to 'test/serializer.cpp')
| -rw-r--r-- | test/serializer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/serializer.cpp b/test/serializer.cpp index d4f08d48..44746449 100644 --- a/test/serializer.cpp +++ b/test/serializer.cpp @@ -145,7 +145,7 @@ void test_app::test_serializer1() test_serializer({}, tmp_filename); } -void test_app::test_load_all() +void test_app::test_saves() { fm_assert(Path::exists(Path::join(loader.TEMP_PATH, "CMakeCache.txt"))); const auto tmp_filename = Path::join(loader.TEMP_PATH, "test/test-serializer2.dat"_s); |
