[tests] Xamarin.Android already has the namespace
authorMarek Habersack <grendel@twistedcode.net>
Thu, 11 Jun 2015 17:56:12 +0000 (19:56 +0200)
committerMarek Habersack <grendel@twistedcode.net>
Wed, 15 Jul 2015 18:45:13 +0000 (20:45 +0200)
mcs/class/Mono.Posix/Test/Mono.Unix/UnixSignalTest.cs

index 3098596b4b0becd52c8deda139b7408c1fa4efb7..180bf3ce30dbf86a11a05e64bf98c0dbf4dbd255 100644 (file)
@@ -14,9 +14,9 @@ using System.Text;
 using System.Threading;
 using Mono.Unix;
 using Mono.Unix.Native;
-
+#if !MONODROID
 namespace NUnit.Framework.SyntaxHelpers { class Dummy {} }
-
+#endif
 namespace MonoTests.Mono.Unix {
 
        [TestFixture]