summaryrefslogtreecommitdiff
path: root/tests/auto/selftests/selftests.qrc
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2009-07-15 13:27:45 +1000
committerRohan McGovern <rohan.mcgovern@nokia.com>2009-07-15 13:30:34 +1000
commit454096217002f02379b4450e6e3d312f46c8cda9 (patch)
tree0bdf890d56cd519fc7d3bcd6c2c6ebbb1771b4ab /tests/auto/selftests/selftests.qrc
parent6574b785813d9576e64af63ddfae55ec2b429fc2 (diff)
downloadqt4-tools-454096217002f02379b4450e6e3d312f46c8cda9.tar.gz
Fixed recompile of tests/auto/selftests/exception.
Turns out making a binary named `exception' is quite a bad idea... when some code does `#include <exception>', guess which file gets picked up :-)
Diffstat (limited to 'tests/auto/selftests/selftests.qrc')
-rw-r--r--tests/auto/selftests/selftests.qrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/selftests/selftests.qrc b/tests/auto/selftests/selftests.qrc
index d57ff293f5..9dc9dd0117 100644
--- a/tests/auto/selftests/selftests.qrc
+++ b/tests/auto/selftests/selftests.qrc
@@ -25,7 +25,7 @@
<file>expected_fatal.txt</file>
<file>expected_waitwithoutgui.txt</file>
<file>expected_differentexec.txt</file>
- <file>expected_exception.txt</file>
+ <file>expected_exceptionthrow.txt</file>
<file>expected_qexecstringlist.txt</file>
<file>expected_datatable.txt</file>
<file>expected_commandlinedata.txt</file>