Skip to content

Commit

Permalink
Removed incorrect test
Browse files Browse the repository at this point in the history
  • Loading branch information
Karel Burda committed Nov 19, 2018
1 parent f4944eb commit 5ee2e16
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/unit/src/library_loader_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,4 @@ TEST(library_loader, empty_library)
{
EXPECT_THROW(library_loader{ "./empty.dll" }, exceptions::library_load_failed);
}

TEST(library_loader, get_last_error)
{
library_loader loader{ "./foo" };
EXPECT_FALSE(loader.get_last_error().empty());
}
}

0 comments on commit 5ee2e16

Please sign in to comment.