diff --git a/src/Magnum/Shaders/Test/VertexColorGLTest.cpp b/src/Magnum/Shaders/Test/VertexColorGLTest.cpp index 317ba2a5c..669bb276d 100644 --- a/src/Magnum/Shaders/Test/VertexColorGLTest.cpp +++ b/src/Magnum/Shaders/Test/VertexColorGLTest.cpp @@ -323,7 +323,7 @@ template void VertexColorGLTest::construct() { template void VertexColorGLTest::constructAsync() { setTestCaseTemplateName(Utility::format("{}", dimensions)); - typename VertexColorGL::CompileState state = VertexColorGL::compile({}); + typename VertexColorGL::CompileState state = VertexColorGL::compile(); while(!state.isLinkFinished()) Utility::System::sleep(100);