From 09dd9eb7efc36a7610f43b3ad31c82aa40e56544 Mon Sep 17 00:00:00 2001 From: Lex Spoon Date: Tue, 19 Jun 2007 17:57:19 +0000 Subject: Decrease the size of array used for the stress ... Decrease the size of array used for the stress test --- test/files/run/sort.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/run/sort.check') diff --git a/test/files/run/sort.check b/test/files/run/sort.check index fd2c2dbf21..e06a4f666f 100644 --- a/test/files/run/sort.check +++ b/test/files/run/sort.check @@ -1,4 +1,4 @@ -1000000 +100000 List(1, 2, 3, 5, 10) List(10, 5, 3, 2, 1) List(10) -- cgit v1.2.3