make the tests run a little faster

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26907 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-04-21 20:20:48 +00:00
parent bc10103ec8
commit 95762eafc1

View File

@@ -31,7 +31,7 @@
// ----------------------------------------------------------------------------
// number of iterations in loops
#define ITEMS 10000
#define ITEMS 1000
// make a 64 bit number from 4 16 bit ones
#define MAKE_LL(x1, x2, x3, x4) wxLongLong((x1 << 16) | x2, (x3 << 16) | x3)