Skip to content

Commit

Permalink
Update Test.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNicker committed Oct 19, 2023
1 parent a5efd47 commit cfaee3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Test/Test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -280,16 +280,16 @@ int runtests()
int main()
{

try
// try
{
if (runtests() == 0)
std::cout << "All tests passed successfully.";

}
catch (...)
// catch (...)
{
std::cout << "One or more of the test have failed.";
return 1;
// std::cout << "One or more of the test have failed.";
// return 1;
}

return 0;
Expand Down

0 comments on commit cfaee3b

Please sign in to comment.