Sha256: cdf167475dfb9d69416331feb13b7d94f3b01d1027d3201a7ec66c59954f3efa
Contents?: true
Size: 379 Bytes
Versions: 16
Compression:
Stored size: 379 Bytes
Contents
#include "../logging.hpp" #include <windows.h> namespace leatherman { namespace test { string logging_format_context::get_color(log_level lvl) const { // So far I've found no way to successfully test console color when output is redirected, // as happens when running with ctest or make test. return ""; } }} // namespace leatherman::test
Version data entries
16 entries across 16 versions & 2 rubygems