aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/string/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/string/driver.cxx')
-rw-r--r--tests/cxx/string/driver.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cxx/string/driver.cxx b/tests/cxx/string/driver.cxx
index 0b09715..2a4457e 100644
--- a/tests/cxx/string/driver.cxx
+++ b/tests/cxx/string/driver.cxx
@@ -99,4 +99,6 @@ main ()
s.append (&v[3]);
assert (s.size () == 160 && s == v && s.capacity () == 162);
}
+
+ return 0;
}