MCPcopy Create free account
hub / github.com/David-Haim/concurrencpp / assert_bigger_equal_failed_impl

Function assert_bigger_equal_failed_impl

test/source/infra/assertions.cpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 }
79
80 void assert_bigger_equal_failed_impl(const std::string& a, const std::string& b) {
81 std::cerr << "assertion failed. expected [" << a << "] >= [" << b << "]" << std::endl;
82 std::abort();
83 }
84
85 void assert_smaller_equal_failed_impl(const std::string& a, const std::string& b) {
86 std::cerr << "assertion failed. expected [" << a << "] <= [" << b << "]" << std::endl;

Callers 1

assert_bigger_equalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected