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-09-24 03:25:33 +0400
committerMarek Safar <marek.safar@gmail.com>2006-09-24 03:25:33 +0400
commit07781401cb4e4fa1ab6eabbd5b04ad41db531f82 (patch)
treec9848c5f81b315b7c41ac1f33d73901bdff190a7 /mcs/tests/gtest-290.cs
parent783dbb367a6c02b953ba36e9f65db8f19863aa05 (diff)
Add extra test.
svn path=/trunk/mcs/; revision=65843
Diffstat (limited to 'mcs/tests/gtest-290.cs')
-rw-r--r--mcs/tests/gtest-290.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/tests/gtest-290.cs b/mcs/tests/gtest-290.cs
index cdad2b49d66..5666733b780 100644
--- a/mcs/tests/gtest-290.cs
+++ b/mcs/tests/gtest-290.cs
@@ -14,6 +14,10 @@ public class GenericEventNotUsedTest<T>
}
}
+public interface IFoo {
+ event EventHandler blah;
+}
+
public static class TestEntry
{
public static void Main()