Skip to content

Commit

Permalink
Fixed test_FirmwareLoad
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubanek committed Sep 1, 2024
1 parent 425ce3c commit a2d8a2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_FirmwareLoad.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ void TestFPGA::_printBuffer(uint16_t* data, size_t length, const char* prefix, b
if (cmp) {
std::string l;
std::getline(_outStream, l);
// trim
l = l.erase(l.find_last_not_of("\r\n") + 1);
CHECK(l == ss.str());
}
std::cout << ss.str() << std::endl;
Expand Down

0 comments on commit a2d8a2a

Please sign in to comment.