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-494.cs')
-rw-r--r--mcs/tests/test-494.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/mcs/tests/test-494.cs b/mcs/tests/test-494.cs
deleted file mode 100644
index 19085b1d863..00000000000
--- a/mcs/tests/test-494.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using System.Text;
-
-namespace Agresso.Foundation {
- public class Function
- {
- static void Main () {}
- }
-
- public delegate void Translate(Function callback,
- ref StringBuilder result);
- } \ No newline at end of file