From 017cb08bf33608f1ceb8d59800a8d1d2f9d5d455 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 11 Feb 2024 08:32:10 +0100 Subject: loader: allow adding atlases to the list without parsing them --- test/serializer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/serializer.cpp') 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); -- cgit v1.2.3