summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/postbuild/bic/tst_bic.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/postbuild/bic/tst_bic.cpp b/tests/postbuild/bic/tst_bic.cpp
index 2d7565de..5c05eb7c 100644
--- a/tests/postbuild/bic/tst_bic.cpp
+++ b/tests/postbuild/bic/tst_bic.cpp
@@ -346,6 +346,8 @@ tst_Bic::tst_Bic(const char *appFilePath)
/* intentionally ABI-unstable */
bic.addBlacklistedClass(QLatin1String("QSignalSpy"));
bic.addBlacklistedClass(QLatin1String("QTest::*"));
+ bic.addBlacklistedClass(QLatin1String("QJSListForInIterator"));
+ bic.addBlacklistedClass(QLatin1String("QJSListForOfIterator"));
}
void tst_Bic::initTestCase()