summaryrefslogtreecommitdiff
path: root/i/marvin/src/tester/test_tester.cc
diff options
context:
space:
mode:
Diffstat (limited to 'i/marvin/src/tester/test_tester.cc')
-rw-r--r--i/marvin/src/tester/test_tester.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/i/marvin/src/tester/test_tester.cc b/i/marvin/src/tester/test_tester.cc
index 3075552..8db2a31 100644
--- a/i/marvin/src/tester/test_tester.cc
+++ b/i/marvin/src/tester/test_tester.cc
@@ -72,9 +72,9 @@ class TestTester
int
main (int argc, char **argv)
{
- TestTester tt (argc, argv);
try
{
+ TestTester tt (argc, argv);
return tt.main ();
}
catch (const std::exception &e)