From 1e761c80cf2d670a4c0ded6d18ab0f526560c239 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tony=20Saraj=C3=A4rvi?= Date: Mon, 23 Nov 2015 13:51:18 +0200 Subject: [PATCH] Remove insignificant from qglfunctions test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-26390 Change-Id: If80bf9d05a16e0d1c5933632ac96fe6c3d3df273 Reviewed-by: Simon Hausmann Reviewed-by: Jędrzej Nowacki --- tests/auto/opengl/qglfunctions/qglfunctions.pro | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/auto/opengl/qglfunctions/qglfunctions.pro b/tests/auto/opengl/qglfunctions/qglfunctions.pro index 3873efbbc59..9b349eaf34d 100644 --- a/tests/auto/opengl/qglfunctions/qglfunctions.pro +++ b/tests/auto/opengl/qglfunctions/qglfunctions.pro @@ -4,5 +4,3 @@ requires(qtHaveModule(opengl)) QT += opengl widgets testlib SOURCES += tst_qglfunctions.cpp - -win32:CONFIG+=insignificant_test # QTBUG-26390