summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread
diff options
context:
space:
mode:
authorPiotr Wierciński <piotr.wiercinski@qt.io>2023-08-07 15:00:07 +0200
committerPiotr Wierciński <piotr.wiercinski@qt.io>2023-08-07 23:56:10 +0200
commit2fe2281f0a6c93fe64b4fbe20aaf7ba5be3cecb6 (patch)
tree693cc8cd60c99a6093aa85897090f646f9fde271 /tests/auto/corelib/thread
parentbe03c9f1d9e509dafd2d6ee95cac4b67e775460f (diff)
Tests: Fix typo in qfuture test
Fix typo so tst_qfuture on platforms without exceptions can be build correctly. Change-Id: I32c12effdda13da9c8669bfddd362acc1c8a14c7 Reviewed-by: Mikołaj Boc <Mikolaj.Boc@qt.io>
Diffstat (limited to 'tests/auto/corelib/thread')
-rw-r--r--tests/auto/corelib/thread/qfuture/tst_qfuture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/corelib/thread/qfuture/tst_qfuture.cpp b/tests/auto/corelib/thread/qfuture/tst_qfuture.cpp
index adca118618..e3ea818b01 100644
--- a/tests/auto/corelib/thread/qfuture/tst_qfuture.cpp
+++ b/tests/auto/corelib/thread/qfuture/tst_qfuture.cpp
@@ -4540,7 +4540,7 @@ void tst_QFuture::whenAllIteratorsWithFailed()
p1.finish();
QVERIFY(finished);
#else
- QSKIP("Exceptions are disabled, skipping the test")
+ QSKIP("Exceptions are disabled, skipping the test");
#endif
}