From 886523dccd74d0242b5f092a365aa10e6f07a768 Mon Sep 17 00:00:00 2001 From: maartenkeijzer Date: Thu, 8 Nov 2001 10:17:52 +0000 Subject: [PATCH] removed the return 1 in the main --- eo/test/t-eoESAll.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/eo/test/t-eoESAll.cpp b/eo/test/t-eoESAll.cpp index adf2aace..7afa2aef 100644 --- a/eo/test/t-eoESAll.cpp +++ b/eo/test/t-eoESAll.cpp @@ -85,7 +85,6 @@ int main(int argc, char **argv) cout << "Exception: " << e.what() << '\n'; } - return 1; } /** The templatized main (sort of)