mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-04-12 17:02:23 -05:00
We don't use exceptions for error communication
This commit is contained in:
@@ -72,7 +72,7 @@ namespace AppDirTest {
|
||||
|
||||
|
||||
TEST_F(AppDirUnitTestsFixture, deployLibraryWrongPath) {
|
||||
ASSERT_THROW(appDir.deployLibrary("/lib/fakelib.so"), std::exception);
|
||||
ASSERT_TRUE(!appDir.deployLibrary("/lib/fakelib.so"));
|
||||
}
|
||||
|
||||
TEST_F(AppDirUnitTestsFixture, deployLibrary) {
|
||||
|
||||
Reference in New Issue
Block a user