summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/postbuild/bic/tst_bic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/postbuild/bic/tst_bic.cpp b/tests/postbuild/bic/tst_bic.cpp
index 16080b6..c31e71c 100644
--- a/tests/postbuild/bic/tst_bic.cpp
+++ b/tests/postbuild/bic/tst_bic.cpp
@@ -346,7 +346,7 @@ tst_Bic::tst_Bic(const char *appFilePath)
/* don't bic-test Vulkan types */
bic.addBlacklistedClass(QLatin1String("Vk*"));
/* vtable churn */
- bic.addBlackListedClass(QLatin1String("QNativeInterface::QEGLContext"));
+ bic.addBlacklistedClass(QLatin1String("QNativeInterface::QEGLContext"));
}
void tst_Bic::initTestCase()