aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/serializer/built-in/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/serializer/built-in/driver.cxx')
-rw-r--r--tests/cxx/serializer/built-in/driver.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cxx/serializer/built-in/driver.cxx b/tests/cxx/serializer/built-in/driver.cxx
index c2ddea0..263f8ad 100644
--- a/tests/cxx/serializer/built-in/driver.cxx
+++ b/tests/cxx/serializer/built-in/driver.cxx
@@ -1363,4 +1363,6 @@ main (int argc, char* argv[])
root_s.pre ();
doc_s.serialize (cout);
root_s.post ();
+
+ return 0;
}