summaryrefslogtreecommitdiffstats
path: root/tests/auto/exceptionsafety/tst_exceptionsafety.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/exceptionsafety/tst_exceptionsafety.cpp')
-rw-r--r--tests/auto/exceptionsafety/tst_exceptionsafety.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/exceptionsafety/tst_exceptionsafety.cpp b/tests/auto/exceptionsafety/tst_exceptionsafety.cpp
index be4f75f963..ef6e96f00b 100644
--- a/tests/auto/exceptionsafety/tst_exceptionsafety.cpp
+++ b/tests/auto/exceptionsafety/tst_exceptionsafety.cpp
@@ -682,10 +682,7 @@ void tst_ExceptionSafety::exceptionEventLoop()
}
// here, we should have received on non-throwing event and one throwing one
QCOMPARE(obj.throwEventCount, 3);
-#ifndef __SYMBIAN32__
- // symbian event loops will have absorbed the exceptions
QCOMPARE(obj.noThrowEventCount, 1);
-#endif
// spin the event loop again
qApp->processEvents();