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:
authorMarek Safar <marek.safar@gmail.com>2007-02-17 20:32:08 +0300
committerMarek Safar <marek.safar@gmail.com>2007-02-17 20:32:08 +0300
commit74bb2b54f203b997bb65a961cc3af7c5344c645d (patch)
tree2b5955aae2c3857679c8baa1e27564b6cf08ac90 /mcs/tests/test-563.cs
parent810bb583cdf396f29adf2096c49a95f604b1162a (diff)
Fixed test.
svn path=/trunk/mcs/; revision=73059
Diffstat (limited to 'mcs/tests/test-563.cs')
-rw-r--r--mcs/tests/test-563.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/tests/test-563.cs b/mcs/tests/test-563.cs
index 120e7247f9b..30fd2ed0518 100644
--- a/mcs/tests/test-563.cs
+++ b/mcs/tests/test-563.cs
@@ -5,7 +5,7 @@ using System.Collections;
public class Test
{
- public static object TestMethod (TestCollection t)
+ internal object TestMethod (TestCollection t)
{
foreach (object x in t)
{