From 67cf9148642a91b16837a6648f87cd3830605695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 3 Mar 2019 17:57:58 +0100 Subject: [PATCH] TextureTools: avoid the test looking for plugins we didn't supply. --- src/Magnum/TextureTools/Test/DistanceFieldGLTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/TextureTools/Test/DistanceFieldGLTest.cpp b/src/Magnum/TextureTools/Test/DistanceFieldGLTest.cpp index b3c7f94dd..fbe6a680a 100644 --- a/src/Magnum/TextureTools/Test/DistanceFieldGLTest.cpp +++ b/src/Magnum/TextureTools/Test/DistanceFieldGLTest.cpp @@ -59,7 +59,7 @@ struct DistanceFieldGLTest: GL::OpenGLTester { #endif private: - PluginManager::Manager _manager; + PluginManager::Manager _manager{"nonexistent"}; std::string _testDir; };