summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdialog/tst_qdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qdialog/tst_qdialog.cpp')
-rw-r--r--tests/auto/qdialog/tst_qdialog.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/qdialog/tst_qdialog.cpp b/tests/auto/qdialog/tst_qdialog.cpp
index 86dde21ba0..0349c32180 100644
--- a/tests/auto/qdialog/tst_qdialog.cpp
+++ b/tests/auto/qdialog/tst_qdialog.cpp
@@ -492,12 +492,7 @@ void tst_QDialog::throwInExec()
} catch(...) {
++caughtExceptions;
}
-#ifdef Q_OS_SYMBIAN
- //on symbian, the event loop absorbs exceptions
- QCOMPARE(caughtExceptions, 0);
-#else
QCOMPARE(caughtExceptions, 1);
-#endif
}
#else
void tst_QDialog::throwInExec()