Skip to content

Commit

Permalink
improved test coverage (4)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Sep 19, 2024
1 parent 125e2b1 commit d4b9649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tests-fs-load.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ TEST(LoadTests, smoke)
EXPECT_EQ(1, i);
}

#if __MACH__ || defined(_WIN32)
//#if __MACH__ || defined(_WIN32)
TEST(LoadTests, tebako_load_invalid_filesystem)
{
const unsigned char data[] = "This is broken filesystem image";
Expand All @@ -76,7 +76,7 @@ TEST(LoadTests, tebako_load_invalid_filesystem)
EXPECT_EQ(1, ret);
drop_fs();
}
#endif
//#endif

TEST(LoadTests, tebako_load_invalid_parameter)
{
Expand Down

0 comments on commit d4b9649

Please sign in to comment.