[tests] Remove CWL from test catch clause as it can be confused with a real error...
authorSebastien Pouliot <sebastien@xamarin.com>
Thu, 13 Aug 2015 20:43:00 +0000 (16:43 -0400)
committerSebastien Pouliot <sebastien@xamarin.com>
Thu, 13 Aug 2015 20:45:00 +0000 (16:45 -0400)
mcs/class/corlib/Test/System.IO.IsolatedStorage/IsolatedStorageFileTest.cs

index 459974cdee4510253d0c38f84162660fd6ca688e..66eb27ed32407833e14b69f9fc6cb357b4f3d7ab 100644 (file)
@@ -1034,7 +1034,6 @@ namespace MonoTests.System.IO.IsolatedStorageTest {
                                isf.MoveFile ("  ", "file-new-new");
                                Assert.Fail ("#Exc2");
                        } catch (ArgumentException e) {
-                               Console.WriteLine (e);
                        }
 
                        try {