Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/file' into file
Browse files Browse the repository at this point in the history
  • Loading branch information
flagarde committed Jul 12, 2023
2 parents 9728f55 + 7c7bd7d commit 258ef68
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/file.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

TEST_CASE("Test platform/file.hpp")
{
Term::Private::m_fileInitializer.init();
Term::Private::out.write("Good !\n");
//FIXME
//Term::Private::m_fileInitializer.init();
//Term::Private::out.write("Good !\n");
//std::fprintf(Term::Private::out.file(), "Good !\n");
}

0 comments on commit 258ef68

Please sign in to comment.