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>
This commit is contained in:
Piotr Wierciński 2023-08-07 15:00:07 +02:00
parent be03c9f1d9
commit 2fe2281f0a

View File

@ -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
}