aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid/choice/driver.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-10-19 09:06:32 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-10-19 09:06:32 +0200
commitb312b9f090475f3dd76994706260cb83ab162a8a (patch)
tree4c4e87b213d0d96aa1da1fd745ecddda6e3b5962 /tests/cxx/hybrid/choice/driver.cxx
parentc839fff4c025d635ed830d1eb2a814768f2fc728 (diff)
Add explicit return statement in main()
Diffstat (limited to 'tests/cxx/hybrid/choice/driver.cxx')
-rw-r--r--tests/cxx/hybrid/choice/driver.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cxx/hybrid/choice/driver.cxx b/tests/cxx/hybrid/choice/driver.cxx
index 8edf80b..b9bbeb0 100644
--- a/tests/cxx/hybrid/choice/driver.cxx
+++ b/tests/cxx/hybrid/choice/driver.cxx
@@ -69,4 +69,6 @@ main (int argc, char* argv[])
root_s.post ();
delete r;
+
+ return 0;
}