summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTeemu Holappa <teemu.holappa@qt.io>2021-11-11 14:33:15 +0200
committerTeemu Holappa <teemu.holappa@qt.io>2021-11-11 14:54:50 +0200
commit8ad53ac3391e0d752d229fe9d4a7209acaec3868 (patch)
tree1acb467e97b809d0cffc9b6a2e369d6c14deebb8 /tests
parent35d8e7c7891f096091052dcaeecc15e26c73f172 (diff)
downloadqtqa-8ad53ac3391e0d752d229fe9d4a7209acaec3868.tar.gz
Fix typo in tstBic
Change-Id: Iefec36bec923f744001858c42c1b5348f0a325e0 Reviewed-by: Toni Saario <toni.saario@qt.io>
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()