diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-13 18:08:44 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-13 20:43:16 +0100 |
commit | e45bf04c0f86ab08d5e811efb3a3d0b508f449c3 (patch) | |
tree | 7045c6efd07f670665fade25f55fc84ed6848eb3 /test/serializer.cpp | |
parent | 62172828e4114437b88456dd12d90066fde458df (diff) |
rename test app
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 a8312164..2e24cd0f 100644 --- a/test/serializer.cpp +++ b/test/serializer.cpp @@ -51,7 +51,7 @@ static bool test_serializer1() return ret; } -bool floormat::test_serializer() +bool test_app::test_serializer() { bool ret = true; ret &= test_serializer1(); |