summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/opengl/qglbuffer/tst_qglbuffer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/opengl/qglbuffer/tst_qglbuffer.cpp b/tests/auto/opengl/qglbuffer/tst_qglbuffer.cpp
index a5519c75ab..d2c0063f5d 100644
--- a/tests/auto/opengl/qglbuffer/tst_qglbuffer.cpp
+++ b/tests/auto/opengl/qglbuffer/tst_qglbuffer.cpp
@@ -85,7 +85,7 @@ void tst_QGLBuffer::testBuffer(QGLBuffer::Type type)
QGLWidget w;
w.makeCurrent();
-#if defined(Q_OS_WINDOWS)
+#if defined(Q_OS_WIN)
if (w.context()->contextHandle()->isOpenGLES()) {
QSKIP("Unfortunately Angle in Qt 5.6 does not support this test -- QTQAINFRA-1199");
}