[tests] Nunit syntax helpers don't exist in Xamarin.Android
authorMarek Habersack <grendel@twistedcode.net>
Tue, 21 Jul 2015 21:37:08 +0000 (23:37 +0200)
committerMarek Habersack <grendel@twistedcode.net>
Tue, 21 Jul 2015 22:15:46 +0000 (00:15 +0200)
mcs/class/Mono.Posix/Test/Mono.Unix.Native/RealTimeSignumTests.cs
mcs/class/Mono.Posix/Test/Mono.Unix/UnixSignalTest.cs

index ccc7cffa91f1ca36af7eb2d2d6f0b0e3fc9318d3..4aea4e8ba60f4db71577c3f9789c4c6333bab39f 100644 (file)
@@ -8,7 +8,9 @@
 //
 
 using NUnit.Framework;
+#if !MONODROID
 using NUnit.Framework.SyntaxHelpers;
+#endif
 using System;
 using System.Text;
 using System.Threading;
index 180bf3ce30dbf86a11a05e64bf98c0dbf4dbd255..20a4c2d8ec609cb5d430b66f9efb8d46b622c741 100644 (file)
@@ -8,7 +8,9 @@
 //
 
 using NUnit.Framework;
+#if !MONODROID
 using NUnit.Framework.SyntaxHelpers;
+#endif
 using System;
 using System.Text;
 using System.Threading;