Merge pull request #3796 from ntherning/windows-backend-for-MemoryMappedFile
[mono.git] / mcs / class / corlib / Test / System.Text / Latin1EncodingTest.cs
index 0195967cd3663b36d32cc4de6eb210f73d463c7e..c96da97d9c185eb470a8e1393443981f171ab2f2 100644 (file)
@@ -32,10 +32,6 @@ using System.Text;
 using NUnit.Framework;
 using NUnit.Framework.Constraints;
 
-#if !MOBILE
-using NUnit.Framework.SyntaxHelpers;
-#endif
-
 namespace MonoTests.System.Text
 {
        [TestFixture]