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>2008-09-22 14:23:19 +0400
committerMarek Safar <marek.safar@gmail.com>2008-09-22 14:23:19 +0400
commit5da13f838bcde510fa6ecaecb00b5dcfe420dcb2 (patch)
tree1e64b82a83b26744cbf0531ba521c667eec4ba76 /mcs/tests/gtest-411.cs
parent09ffb23cc32d5468a983277e293d9898172812b4 (diff)
New tests.
svn path=/trunk/mcs/; revision=113699
Diffstat (limited to 'mcs/tests/gtest-411.cs')
-rwxr-xr-xmcs/tests/gtest-411.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/tests/gtest-411.cs b/mcs/tests/gtest-411.cs
index d3927f3d0f0..8fb7deb1538 100755
--- a/mcs/tests/gtest-411.cs
+++ b/mcs/tests/gtest-411.cs
@@ -26,5 +26,6 @@ class Test {
public static void Main ()
{
Extensions.Match ("a", s => Maybe.C(s));
+ Extensions.Match ("a", s => Maybe.C(s), s => Maybe.C("a"));
}
}