summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/io/qfile/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/corelib/io/qfile/main.cpp')
-rw-r--r--tests/benchmarks/corelib/io/qfile/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/benchmarks/corelib/io/qfile/main.cpp b/tests/benchmarks/corelib/io/qfile/main.cpp
index db240451fb..fa13aa977f 100644
--- a/tests/benchmarks/corelib/io/qfile/main.cpp
+++ b/tests/benchmarks/corelib/io/qfile/main.cpp
@@ -237,7 +237,7 @@ void tst_qfile::readBigFile()
#ifndef Q_OS_WIN
if (testType == Win32Benchmark)
- QSKIP("This is Windows only benchmark.", SkipSingle);
+ QSKIP("This is Windows only benchmark.");
#endif
char *buffer = new char[BUFSIZE];
@@ -575,7 +575,7 @@ void tst_qfile::readSmallFiles()
#ifndef Q_OS_WIN
if (testType == Win32Benchmark)
- QSKIP("This is Windows only benchmark.", SkipSingle);
+ QSKIP("This is Windows only benchmark.");
#endif
createSmallFiles();