diff --git a/test/testlibrary.cpp b/test/testlibrary.cpp index 07e15989676..bdbe8670fc3 100644 --- a/test/testlibrary.cpp +++ b/test/testlibrary.cpp @@ -936,7 +936,6 @@ class TestLibrary : public TestFixture { constexpr char xmldata[] = "\n" "\n" ""; - Library library; LOADLIBERROR(xmldata, Library::ErrorCode::UNSUPPORTED_FORMAT); } }