Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'qt_tstfrm')
-rw-r--r--qt_tstfrm/test_main_loop.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt_tstfrm/test_main_loop.hpp b/qt_tstfrm/test_main_loop.hpp
index 4faa8ec708..4a324523ca 100644
--- a/qt_tstfrm/test_main_loop.hpp
+++ b/qt_tstfrm/test_main_loop.hpp
@@ -4,4 +4,4 @@
class QPaintDevice;
typedef function<void (QPaintDevice *)> TRednerFn;
-void RunTestLoop(char const * testName, TRednerFn const & fn, bool autoExit = false);
+void RunTestLoop(char const * testName, TRednerFn const & fn, bool autoExit = true);