summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/tools/qbytearray/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/corelib/tools/qbytearray/main.cpp')
-rw-r--r--tests/benchmarks/corelib/tools/qbytearray/main.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/benchmarks/corelib/tools/qbytearray/main.cpp b/tests/benchmarks/corelib/tools/qbytearray/main.cpp
index 97ac57d53d..2c9b9d0638 100644
--- a/tests/benchmarks/corelib/tools/qbytearray/main.cpp
+++ b/tests/benchmarks/corelib/tools/qbytearray/main.cpp
@@ -73,11 +73,6 @@ void tst_qbytearray::append()
{
QFETCH(int, size);
-#ifdef Q_OS_SYMBIAN
- if (size > 1000000)
- QSKIP("Skipped due to limited memory in many Symbian devices.", SkipSingle);
-#endif
-
QByteArray ba;
QBENCHMARK {
QByteArray ba2(size, 'x');