From a493350eb5ab38ba8a6563f3eb4a090d257b0d3a Mon Sep 17 00:00:00 2001 From: Michael Bebenita Date: Fri, 10 Sep 2010 01:21:29 -0700 Subject: Cleanup, refactoring, and some runtime tests. --- src/rt/test/rust_test_util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rt/test/rust_test_util.cpp') diff --git a/src/rt/test/rust_test_util.cpp b/src/rt/test/rust_test_util.cpp index 76bd7990..2e9d764f 100644 --- a/src/rt/test/rust_test_util.cpp +++ b/src/rt/test/rust_test_util.cpp @@ -1,7 +1,7 @@ #include "../rust_internal.h" #define COUNT 1000 -#define LARGE_COUNT 100000 +#define LARGE_COUNT 10000 #define THREADS 10 bool -- cgit v1.2.3