summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/testlib/selftests/tst_selftests.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/testlib/selftests/tst_selftests.cpp b/tests/auto/testlib/selftests/tst_selftests.cpp
index e0642627a3..28d75f9591 100644
--- a/tests/auto/testlib/selftests/tst_selftests.cpp
+++ b/tests/auto/testlib/selftests/tst_selftests.cpp
@@ -420,9 +420,7 @@ void tst_Selftests::doRunSubTest(QString const& subdir, QString const& logger, Q
const char msg[] = "Q_ASSERT prints out the absolute path on this platform.";
QEXPECT_FAIL("assert", msg, Continue);
QEXPECT_FAIL("assert xml", msg, Continue);
- QEXPECT_FAIL("assert xml flush", msg, Continue);
QEXPECT_FAIL("assert lightxml", msg, Continue);
- QEXPECT_FAIL("assert lightxml flush", msg, Continue);
QEXPECT_FAIL("assert xunitxml", msg, Continue);
}