diff options
Diffstat (limited to 'src/unittests/resources/sprite/animatedsprite.cc')
-rw-r--r-- | src/unittests/resources/sprite/animatedsprite.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unittests/resources/sprite/animatedsprite.cc b/src/unittests/resources/sprite/animatedsprite.cc index 33b5529b2..376dfb79d 100644 --- a/src/unittests/resources/sprite/animatedsprite.cc +++ b/src/unittests/resources/sprite/animatedsprite.cc @@ -192,7 +192,7 @@ TEST_CASE("AnimatedSprite tests", "animatedsprite") delete sprite2; } - delete2(client); + delete2(client) VirtFs::unmountDirSilent("data"); VirtFs::unmountDirSilent("../data"); } |