summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qtextstream
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/io/qtextstream')
-rw-r--r--tests/auto/corelib/io/qtextstream/tst_qtextstream.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/corelib/io/qtextstream/tst_qtextstream.cpp b/tests/auto/corelib/io/qtextstream/tst_qtextstream.cpp
index b3a30d75e9..049ab2d8f1 100644
--- a/tests/auto/corelib/io/qtextstream/tst_qtextstream.cpp
+++ b/tests/auto/corelib/io/qtextstream/tst_qtextstream.cpp
@@ -1595,7 +1595,6 @@ void tst_QTextStream::numeralCase_data()
QTest::newRow("oct 2") << oct_ << base << noop_ << noop_ << 31 << "037";
}
-// From Task 125496
void tst_QTextStream::numeralCase()
{
QFETCH(QTextStreamFunction, func1);