diff options
Diffstat (limited to 'test/src/test-snippets.cpp')
-rw-r--r-- | test/src/test-snippets.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/src/test-snippets.cpp b/test/src/test-snippets.cpp index 581a258..f26b730 100644 --- a/test/src/test-snippets.cpp +++ b/test/src/test-snippets.cpp @@ -35,8 +35,7 @@ int main(int argc, char** argv) { try { Logger::getDefault().log(USCXML_FATAL) << "Foo!" << " BAR?" << std::endl; microstep_snippet(); - } - catch (...) { + } catch (...) { exit(EXIT_FAILURE); } } |