From 34134b1eaea0bb52f23987d332911bfd5a0c738f Mon Sep 17 00:00:00 2001 From: liefooga Date: Thu, 28 Feb 2008 09:47:48 +0000 Subject: [PATCH] remove a comment git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1009 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-moeo/test/t-moeoArchive.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/paradiseo-moeo/test/t-moeoArchive.cpp b/trunk/paradiseo-moeo/test/t-moeoArchive.cpp index b7f2d1eab..42b18954e 100644 --- a/trunk/paradiseo-moeo/test/t-moeoArchive.cpp +++ b/trunk/paradiseo-moeo/test/t-moeoArchive.cpp @@ -102,7 +102,7 @@ int main() if (arch.size() != 3) { std::cout << "ERROR (too much solutions)" << std::endl; - //return EXIT_FAILURE; + return EXIT_FAILURE; } // obj0 must be in if (! arch.contains(obj0))