From 95762eafc13f8215ee0f47e213bc2795fd473f1f Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Wed, 21 Apr 2004 20:20:48 +0000 Subject: [PATCH] make the tests run a little faster git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26907 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- tests/longlong/longlong.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.50.0