- Fix System tests build. (There were two tests named Split_InvalidCount.)
authorJonathan Pobst <monkey@jpobst.com>
Tue, 8 Sep 2009 14:26:08 +0000 (14:26 -0000)
committerJonathan Pobst <monkey@jpobst.com>
Tue, 8 Sep 2009 14:26:08 +0000 (14:26 -0000)
svn path=/trunk/mcs/; revision=141525

mcs/class/System/Test/System.Text.RegularExpressions/RegexTest.cs

index 6f55bbeff08f55e3d45b77ae1dd2de856f6b9e26..1d593d50059e9369aea6de4e1a0d84f6cbd97812 100644 (file)
@@ -250,7 +250,7 @@ namespace MonoTests.System.Text.RegularExpressions
                }
 
                [Test, ExpectedException (typeof (ArgumentNullException))]
-               public void Split_InvalidCount ()
+               public void Split_InvalidCount2 ()
                {
                        Regex.Split (null, "^.*$", 1, -4);
                }