|
|
|
@ -246,8 +246,9 @@ void ContextGLTest::makeCurrent() { |
|
|
|
CORRADE_VERIFY(!Context::hasCurrent()); |
|
|
|
CORRADE_VERIFY(!Context::hasCurrent()); |
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
{ |
|
|
|
const char* argv[]{"", "--magnum-log", "off"}; |
|
|
|
Platform::GLContext ctx{Context::Configuration{} |
|
|
|
Platform::GLContext ctx{Int(Containers::arraySize(argv)), argv}; |
|
|
|
.setFlags(Context::Configuration::Flag::QuietLog) |
|
|
|
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
CORRADE_VERIFY(Context::hasCurrent()); |
|
|
|
CORRADE_VERIFY(Context::hasCurrent()); |
|
|
|
} |
|
|
|
} |
|
|
|
|