summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/postbuild/bic/tst_bic.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/postbuild/bic/tst_bic.cpp b/tests/postbuild/bic/tst_bic.cpp
index 66c3df1e..69999dc7 100644
--- a/tests/postbuild/bic/tst_bic.cpp
+++ b/tests/postbuild/bic/tst_bic.cpp
@@ -335,6 +335,7 @@ tst_Bic::tst_Bic(const char *appFilePath)
bic.addBlacklistedClass(QLatin1String("QVulkanLayer"));
bic.addBlacklistedClass(QLatin1String("QVulkanExtension"));
bic.addBlacklistedClass(QLatin1String("QVulkanInstance"));
+ bic.addBlacklistedClass(QLatin1String("QOperatingSystemVersionUnexported"));
/* allowed to grow */
bic.addBlacklistedClass(QLatin1String("QSGMaterialShader::GraphicsPipelineState"));
/* intentionally removed */