diff options
Diffstat (limited to 'tests/auto/declarative/examples')
-rw-r--r-- | tests/auto/declarative/examples/tst_examples.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/declarative/examples/tst_examples.cpp b/tests/auto/declarative/examples/tst_examples.cpp index 67b29dd..ee8111e 100644 --- a/tests/auto/declarative/examples/tst_examples.cpp +++ b/tests/auto/declarative/examples/tst_examples.cpp @@ -294,8 +294,6 @@ void tst_examples::examples() sync.waitForFinished(); for (int ii = 0; ii < tests.count(); ++ii) { - if (tests.at(ii).result != Example::Pass) - qWarning() << tests.at(ii).file << ":failed"; if (tests.at(ii).result != Example::Pass) QFAIL(qPrintable(tests.at(ii).file)); } |