summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/unittests.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unittests.cxx b/test/unittests.cxx
index fb53966c0..a7a8c07d2 100644
--- a/test/unittests.cxx
+++ b/test/unittests.cxx
@@ -267,5 +267,5 @@ int main(int argc, char **argv) {
createMenuPage();
win->end();
win->show(argc, argv);
- Fl::run();
+ return Fl::run();
}