summaryrefslogtreecommitdiffhomepage
path: root/test/serializer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/serializer.cpp')
-rw-r--r--test/serializer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/serializer.cpp b/test/serializer.cpp
index 906a911f..b810f974 100644
--- a/test/serializer.cpp
+++ b/test/serializer.cpp
@@ -138,14 +138,14 @@ void test_serializer(StringView input, StringView tmp)
} // namespace
-void test_app::test_serializer_1()
+void test_app::test_serializer1()
{
fm_assert(Path::exists(Path::join(loader.TEMP_PATH, "CMakeCache.txt")));
const auto tmp_filename = Path::join(loader.TEMP_PATH, "test/test-serializer1.dat"_s);
test_serializer({}, tmp_filename);
}
-void test_app::test_serializer_2()
+void test_app::test_serializer2()
{
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);