From b958dcb30d9ef90e4792d0a5347825fe585c0339 Mon Sep 17 00:00:00 2001 From: Thomas Feuvrier <thomas.feuvrier@c-s.fr> Date: Thu, 11 Oct 2007 07:41:22 +0000 Subject: [PATCH] Correction erreur. --- Code/Common/otbTestMain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Common/otbTestMain.h b/Code/Common/otbTestMain.h index 34c9f4e0f4..0cdc93b2e0 100644 --- a/Code/Common/otbTestMain.h +++ b/Code/Common/otbTestMain.h @@ -219,7 +219,7 @@ int main(int ac, char* av[] ) if (result!=EXIT_SUCCESS) { - std::cout << "-> Test EXIT FAILURE ("<<result<<)"."<<std::endl; + std::cout << "-> Test EXIT FAILURE ("<<result<<")."<<std::endl; itkGenericExceptionMacro(<<"Bad function return, no regresion test !"); } std::cout << " -> Test EXIT SUCCESS."<<std::endl; -- GitLab