Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/Mono.C5/Test/arrays/SortedArrayTests.cs')
-rw-r--r--mcs/class/Mono.C5/Test/arrays/SortedArrayTests.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/Mono.C5/Test/arrays/SortedArrayTests.cs b/mcs/class/Mono.C5/Test/arrays/SortedArrayTests.cs
index 0a3df9791b5..e20a592af69 100644
--- a/mcs/class/Mono.C5/Test/arrays/SortedArrayTests.cs
+++ b/mcs/class/Mono.C5/Test/arrays/SortedArrayTests.cs
@@ -1794,7 +1794,7 @@ namespace nunit.arrays.sorted
{
private SortedArray<int> tree;
- int sz = 5000;
+ int sz = 50;
[Test]
@@ -1909,7 +1909,7 @@ namespace nunit.arrays.sorted
{
private SortedArray<int> tree;
- int sz = 500000;
+ int sz = 500;
[SetUp]