diff --git a/src/Magnum/GL/Test/ContextGLTest.cpp b/src/Magnum/GL/Test/ContextGLTest.cpp index e0c795249..362ec5970 100644 --- a/src/Magnum/GL/Test/ContextGLTest.cpp +++ b/src/Magnum/GL/Test/ContextGLTest.cpp @@ -198,6 +198,9 @@ void ContextGLTest::stringFlags() { TestSuite::Compare::GreaterOrEqual); } } + + /* There should be no errors caused by any of these */ + MAGNUM_VERIFY_NO_GL_ERROR(); } void ContextGLTest::constructConfiguration() {