File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,17 +102,17 @@ auto main() -> int {
102102 }
103103
104104 if (false == test_error_handling ()) {
105- std::cerr << " Error: error_handling test failed. Could not validate array .\n " ;
105+ std::cerr << " Error: error_handling test failed. Could not use BinaryErrorCode .\n " ;
106106 return 2 ;
107107 }
108108
109109 if (false == test_io_interface ()) {
110- std::cerr << " Error: error_handling test failed. Could not validate array .\n " ;
110+ std::cerr << " Error: error_handling test failed. Could not use FailureReader .\n " ;
111111 return 3 ;
112112 }
113113
114114 if (false == test_wrapped_facade_headers ()) {
115- std::cerr << " Error: wrapped_facade_headers test failed. Could not create sys types.\n " ;
115+ std::cerr << " Error: wrapped_facade_headers test failed. Could not create sys/ types.\n " ;
116116 return 4 ;
117117 }
118118
You can’t perform that action at this time.
0 commit comments