From 96916fefda8f3418e6c871eb1011dab520c630de Mon Sep 17 00:00:00 2001 From: Daniel James Date: Wed, 5 Oct 2005 20:52:00 +0000 Subject: [PATCH] Return 0 from test, for the benefit of Visual C++ 6. [SVN r31202] --- hash/test/container_fwd_test.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hash/test/container_fwd_test.cpp b/hash/test/container_fwd_test.cpp index e51df8c..7baaa67 100644 --- a/hash/test/container_fwd_test.cpp +++ b/hash/test/container_fwd_test.cpp @@ -91,4 +91,6 @@ int main() test(x9); test(x10); test(x11); + + return 0; }