New tests, message update
[mono.git] / mcs / class / System / Test / System.Text.RegularExpressions / MatchTest.cs
index eb9ce6ae5a3dfc0d0cd215765e133b0c163c829d..1f2354878f80bb29d166830f6c45bfd068877570 100644 (file)
@@ -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 ()