From: Václav Slavík Date: Wed, 21 Apr 2004 20:20:48 +0000 (+0000) Subject: make the tests run a little faster X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/95762eafc13f8215ee0f47e213bc2795fd473f1f make the tests run a little faster git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26907 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/tests/longlong/longlong.cpp b/tests/longlong/longlong.cpp index e0d089eb6f..93ef095150 100644 --- a/tests/longlong/longlong.cpp +++ b/tests/longlong/longlong.cpp @@ -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)