summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestcase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/testlib/qtestcase.cpp')
-rw-r--r--src/testlib/qtestcase.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/testlib/qtestcase.cpp b/src/testlib/qtestcase.cpp
index 2ddb363888..aee225742a 100644
--- a/src/testlib/qtestcase.cpp
+++ b/src/testlib/qtestcase.cpp
@@ -148,9 +148,6 @@ QT_BEGIN_NAMESPACE
unspecified behavior from being introduced; that is behavior that usually
occurs when the compiler implicitly casts the argument.
- If you use QCOMPARE() to compare two QStringList objects, it will start
- comparing the objects from the end of the lists.
-
For your own classes, you can use \l QTest::toString() to format values for
outputting into the test log.