summaryrefslogtreecommitdiff
path: root/src/unittests/gui/widgets/browserbox.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/unittests/gui/widgets/browserbox.cc')
-rw-r--r--src/unittests/gui/widgets/browserbox.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unittests/gui/widgets/browserbox.cc b/src/unittests/gui/widgets/browserbox.cc
index 2c0071313..a5e07a3ec 100644
--- a/src/unittests/gui/widgets/browserbox.cc
+++ b/src/unittests/gui/widgets/browserbox.cc
@@ -185,7 +185,7 @@ TEST_CASE("BrowserBox tests", "browserbox")
delete Widget::getGloablFont();
Widget::setGlobalFont(nullptr);
delete box;
- delete2(client);
+ delete2(client)
VirtFs::unmountDirSilent("data");
VirtFs::unmountDirSilent("../data");
}