Browse Source

add comment on bug status

svn path=/trunk/mcs/; revision=45453
Gonzalo Paniagua Javier 20 years ago
parent
commit
b7088c2b80
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mcs/class/corlib/Test/System.IO/FileStreamTest.cs

+ 1 - 1
mcs/class/corlib/Test/System.IO/FileStreamTest.cs

@@ -575,7 +575,7 @@ namespace MonoTests.System.IO
                 }
 
 		[Category("NotWorking")]
-		// Bug: 71371
+		// Bug: 71371 -> duplicate and WONTFIX.
 		public void TestLock_FailsOnMono ()
 		{
 			string path = TempFolder + Path.DirectorySeparatorChar + "TestLock";