tests/benchmarks/corelib/tools/containers-sequential/main.cpp
changeset 19 fcece45ef507
parent 18 2f34d5167611
--- a/tests/benchmarks/corelib/tools/containers-sequential/main.cpp	Fri Apr 16 15:50:13 2010 +0300
+++ b/tests/benchmarks/corelib/tools/containers-sequential/main.cpp	Mon May 03 13:17:34 2010 +0300
@@ -133,7 +133,7 @@
 };
 
 // Symbian devices typically have limited memory
-#ifdef Q_OS_SYMBIAN
+#if defined(Q_OS_SYMBIAN) || defined(Q_WS_WINCE)
 #  define LARGE_MAX_SIZE 2000
 #else
 #  define LARGE_MAX_SIZE 20000