Skip to content

Commit

Permalink
fix: coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-olivier committed Oct 20, 2021
1 parent 3936582 commit c18613f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ TEST(ctor, bad_library)
EXPECT_EQ(true, false);
}
catch (const DyLib::exception &e) {
e.what();
EXPECT_EQ(true, true);
}
}
Expand Down

0 comments on commit c18613f

Please sign in to comment.