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>2006-03-26 20:07:02 +0400
committerMarek Safar <marek.safar@gmail.com>2006-03-26 20:07:02 +0400
commitbc456af28ae5abcf0ea6c4932cb4aaf2b7db1295 (patch)
tree745a2ea30dbf808de85d3eae1e1dfc2230ab0503 /mcs/tests/test-306.cs
parent7b6c70b9443a18b1a5207e3c795a2f4089c2a9ea (diff)
Fixed tests.
svn path=/trunk/mcs/; revision=58547
Diffstat (limited to 'mcs/tests/test-306.cs')
-rw-r--r--mcs/tests/test-306.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/tests/test-306.cs b/mcs/tests/test-306.cs
index 6dd09cdbd47..9d7627b239b 100644
--- a/mcs/tests/test-306.cs
+++ b/mcs/tests/test-306.cs
@@ -4,7 +4,7 @@ using C = A.D;
class A
{
- class D : Exception { }
+ protected internal class D : Exception { }
public class B
{