aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hashmap/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/hashmap/driver.cxx')
-rw-r--r--tests/cxx/hashmap/driver.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cxx/hashmap/driver.cxx b/tests/cxx/hashmap/driver.cxx
index f19bf5e..521936f 100644
--- a/tests/cxx/hashmap/driver.cxx
+++ b/tests/cxx/hashmap/driver.cxx
@@ -99,4 +99,6 @@ main ()
assert (n == '1' + '2' + '3' + '4' + '5' + '6' + '7' + '8' + '9');
}
+
+ return 0;
}