aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/serializer/all/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/serializer/all/driver.cxx')
-rw-r--r--tests/cxx/serializer/all/driver.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cxx/serializer/all/driver.cxx b/tests/cxx/serializer/all/driver.cxx
index 427ec0e..598edfc 100644
--- a/tests/cxx/serializer/all/driver.cxx
+++ b/tests/cxx/serializer/all/driver.cxx
@@ -105,4 +105,6 @@ main ()
root_s.pre ();
doc_s.serialize (cout);
root_s.post ();
+
+ return 0;
}