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/tests/test-19.cs')
-rw-r--r--mcs/tests/test-19.cs10
1 files changed, 1 insertions, 9 deletions
diff --git a/mcs/tests/test-19.cs b/mcs/tests/test-19.cs
index b04589cdc95..f63dff52958 100644
--- a/mcs/tests/test-19.cs
+++ b/mcs/tests/test-19.cs
@@ -111,12 +111,4 @@ namespace NameSpace {
public delegate int TestDelegate (int a);
}
-
-
-namespace TestNamespace
-{
- public class TestClass
- {
- public delegate float NotWorkingDelegate(float point, params object [] hiddenParams);
- }
-}
+