Fix the compilation of the System tests.
authorZoltan Varga <vargaz@gmail.com>
Thu, 25 Jun 2015 20:04:24 +0000 (16:04 -0400)
committerZoltan Varga <vargaz@gmail.com>
Thu, 25 Jun 2015 20:04:24 +0000 (16:04 -0400)
mcs/class/System/Test/System.Diagnostics/ProcessTest.cs

index 4e7bfb6c0e26faa8ee0a8d21494437e223bb37ef..b8fde520c9270b1ccff1d0adcaed5a39865f92e3 100644 (file)
@@ -911,7 +911,7 @@ namespace MonoTests.System.Diagnostics
                }
 
                [Test]
-               [Category ("MobileNotWorking")]
+               [NUnit.Framework.Category ("MobileNotWorking")]
                public void DisposeWithDisposedStreams ()
                {
                        var psi = GetCrossPlatformStartInfo ();