Mono BCL test fixes so XM can run them (#4210)
[mono.git] / mcs / class / System.Runtime.Serialization / Test / System.Runtime.Serialization / Bug666333Test.cs
index a4597538202c90986b0df6e22c1798d487d002c4..13950d88ec60fc2bf9d7c396c56c2e9112c7b0fe 100644 (file)
@@ -1,3 +1,5 @@
+#if !MOBILE && !MONOMAC
+
 using System;
 using System.Runtime.Serialization;
 using System.IO;
@@ -357,3 +359,4 @@ public abstract class ESObject : INotifyPropertyChanged
     }
 }
 
+#endif