diff --git a/Code/Common/otbTestMain.h b/Code/Common/otbTestMain.h index 34c9f4e0f4dc7848c2f14bdd502800ebbd67d8f7..0cdc93b2e0521e0e44aa7f9624e1170aef96a10f 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;