summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qbuffer
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/io/qbuffer')
-rw-r--r--tests/auto/corelib/io/qbuffer/tst_qbuffer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/corelib/io/qbuffer/tst_qbuffer.cpp b/tests/auto/corelib/io/qbuffer/tst_qbuffer.cpp
index f52a71b77f..296fa446b0 100644
--- a/tests/auto/corelib/io/qbuffer/tst_qbuffer.cpp
+++ b/tests/auto/corelib/io/qbuffer/tst_qbuffer.cpp
@@ -345,7 +345,6 @@ void tst_QBuffer::seekTest()
}
// Special case 2: seeking to an arbitrary position beyond the buffer auto-expands it
- // (see Task 184730)
{
char c;
const int offset = 1; // any positive integer will do