aboutsummaryrefslogtreecommitdiff
path: root/src/jsontestrunner/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/jsontestrunner/main.cpp')
-rw-r--r--src/jsontestrunner/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jsontestrunner/main.cpp b/src/jsontestrunner/main.cpp
index 3452c59..df717ff 100644
--- a/src/jsontestrunner/main.cpp
+++ b/src/jsontestrunner/main.cpp
@@ -335,6 +335,7 @@ int main(int argc, const char* argv[]) {
std::cerr << "Unhandled exception:" << std::endl << e.what() << std::endl;
return 1;
}
+ return 0;
}
#if defined(__GNUC__)