[tests] Xamarin.Android has the desktop behavior
authorMarek Habersack <grendel@twistedcode.net>
Thu, 11 Jun 2015 17:56:59 +0000 (19:56 +0200)
committerMarek Habersack <grendel@twistedcode.net>
Wed, 15 Jul 2015 18:45:13 +0000 (20:45 +0200)
mcs/class/System/Test/System.ComponentModel/AsyncOperationManagerTest.cs

index 0c91937e575e475e444914e46683264ebe514a7b..fe3e4818775c1994a6be44baee9ae26dba7d4174 100644 (file)
@@ -26,7 +26,7 @@ namespace MonoTests.System.ComponentModel
                        SynchronizationContext sc1 = new SynchronizationContext ();\r
                        SynchronizationContext sc2 = new SynchronizationContext ();\r
 \r
-#if MOBILE\r
+#if MOBILE && !MONODROID\r
                        Assert.IsNotNull (SynchronizationContext.Current, "A1");\r
 #else\r
                        Assert.IsNull (SynchronizationContext.Current, "A1");\r