| 55 | { |
| 56 | |
| 57 | void check(bool ok, const char* file, int line) |
| 58 | { |
| 59 | if (ok) return; |
| 60 | |
| 61 | ++::boost::detail::test_errors(); |
| 62 | |
| 63 | cout << file << '(' << line << "): test failed\n"; |
| 64 | } |
| 65 | |
| 66 | // file_status_test ----------------------------------------------------------------// |
| 67 |
nothing calls this directly
no outgoing calls
no test coverage detected