Skip to content

Commit

Permalink
Fix info hardware test case
Browse files Browse the repository at this point in the history
  • Loading branch information
lczech committed Jun 29, 2024
1 parent 4281c22 commit b169220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/src/utils/core/info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ TEST( Info, Hardware )
{
// Same as above
auto info = info_print_hardware();
ASSERT_GT( info.size(), 1000 );
// LOG_DBG << info;
ASSERT_GT( info.size(), 300 );
LOG_DBG << info;

std::string endian = "Genesis currently only supports little endian systems!";
ASSERT_TRUE( info_get_hardware().is_little_endian ) << endian;
Expand Down

0 comments on commit b169220

Please sign in to comment.