Skip to content

Commit

Permalink
final final christmasy 🎅 🎅 🎅 build fix - honestly!
Browse files Browse the repository at this point in the history
  • Loading branch information
onqtam committed Dec 25, 2020
1 parent 40926f7 commit 97d5a94
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion doctest/doctest.h
Original file line number Diff line number Diff line change
Expand Up @@ -3734,7 +3734,6 @@ namespace {
using namespace detail;
// for sorting tests by file/line
bool fileOrderComparator(const TestCase* lhs, const TestCase* rhs) {
std::cout << rhs->m_file << std::endl;
// this is needed because MSVC gives different case for drive letters
// for __FILE__ when evaluated in a header and a source file
const int res = lhs->m_file.compare(rhs->m_file, bool(DOCTEST_MSVC));
Expand Down
1 change: 0 additions & 1 deletion doctest/parts/doctest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,6 @@ namespace {
using namespace detail;
// for sorting tests by file/line
bool fileOrderComparator(const TestCase* lhs, const TestCase* rhs) {
std::cout << rhs->m_file << std::endl;
// this is needed because MSVC gives different case for drive letters
// for __FILE__ when evaluated in a header and a source file
const int res = lhs->m_file.compare(rhs->m_file, bool(DOCTEST_MSVC));
Expand Down

0 comments on commit 97d5a94

Please sign in to comment.