diff --git a/modules/core/test/test_io.cpp b/modules/core/test/test_io.cpp index 33eb78da55..bf976cf543 100644 --- a/modules/core/test/test_io.cpp +++ b/modules/core/test/test_io.cpp @@ -447,7 +447,7 @@ protected: catch(...) { ts->set_failed_test_info(cvtest::TS::FAIL_MISMATCH); - } + } } }; @@ -463,5 +463,3 @@ TEST(Core_InputOutput, FileStorage) sprintf(arr, "sprintf is hell %d", 666); EXPECT_NO_THROW(f << arr); } - -