X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FTest%2FSystem.Text.RegularExpressions%2FMatchTest.cs;h=1f2354878f80bb29d166830f6c45bfd068877570;hb=bd2d7e635bdd4f25cdc38521c10e6362daff98ef;hp=eb9ce6ae5a3dfc0d0cd215765e133b0c163c829d;hpb=e51a9b6ba1a93bc981639a706c93bee413099fd6;p=mono.git diff --git a/mcs/class/System/Test/System.Text.RegularExpressions/MatchTest.cs b/mcs/class/System/Test/System.Text.RegularExpressions/MatchTest.cs index eb9ce6ae5a3..1f2354878f8 100644 --- a/mcs/class/System/Test/System.Text.RegularExpressions/MatchTest.cs +++ b/mcs/class/System/Test/System.Text.RegularExpressions/MatchTest.cs @@ -31,11 +31,11 @@ using NUnit.Framework; using System; using System.Text.RegularExpressions; -namespace MonoTests.System.Text.RegularExpressions { - +namespace MonoTests.System.Text.RegularExpressions +{ [TestFixture] - public class MatchTest { - + public class MatchTest + { [Test] [ExpectedException (typeof (ArgumentNullException))] public void Synchronized_Null ()