summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestcase.cpp
diff options
context:
space:
mode:
authorFrans Englich <frans.englich@nokia.com>2009-08-24 10:07:35 (GMT)
committerFrans Englich <frans.englich@nokia.com>2009-08-24 10:10:31 (GMT)
commit86ad273ebdc4dc52ec47eb6c324ba152495a6ee6 (patch)
treec6ca3b4c20aad35fbaeeb4000ced999a629bea8e /src/testlib/qtestcase.cpp
parentf7ff410cc8f03b4dc9307c8c9faad61c141ce8fb (diff)
downloadQt-86ad273ebdc4dc52ec47eb6c324ba152495a6ee6.zip
Qt-86ad273ebdc4dc52ec47eb6c324ba152495a6ee6.tar.gz
Qt-86ad273ebdc4dc52ec47eb6c324ba152495a6ee6.tar.bz2
Remove dead code.
Addresses review comment.
Diffstat (limited to 'src/testlib/qtestcase.cpp')
-rw-r--r--src/testlib/qtestcase.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/testlib/qtestcase.cpp b/src/testlib/qtestcase.cpp
index 9a09c19..e0667bb 100644
--- a/src/testlib/qtestcase.cpp
+++ b/src/testlib/qtestcase.cpp
@@ -1659,10 +1659,8 @@ int QTest::qExec(QObject *testObject, int argc, char **argv)
IOPMAssertionRelease(powerID);
}
#endif
-//# ifdef Q_OS_WIN
- // rethrow exception to make debugging easier
+ // Rethrow exception to make debugging easier.
throw;
-//# endif
return 1;
}
# endif