aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/serializer/error-handling/exceptions/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/serializer/error-handling/exceptions/driver.cxx')
-rw-r--r--tests/cxx/serializer/error-handling/exceptions/driver.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cxx/serializer/error-handling/exceptions/driver.cxx b/tests/cxx/serializer/error-handling/exceptions/driver.cxx
index 255fdc2..d29878e 100644
--- a/tests/cxx/serializer/error-handling/exceptions/driver.cxx
+++ b/tests/cxx/serializer/error-handling/exceptions/driver.cxx
@@ -282,4 +282,6 @@ main ()
cout << "app: " << e.code () << endl;
}
}
+
+ return 0;
}