We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f0977 commit 6ed4adcCopy full SHA for 6ed4adc
mcs/class/System/Test/System.ComponentModel/AsyncOperationManagerTest.cs
@@ -26,7 +26,7 @@ public void SyncContext ()
26
SynchronizationContext sc1 = new SynchronizationContext ();
27
SynchronizationContext sc2 = new SynchronizationContext ();
28
29
-#if MONOTOUCH || XAMMAC
+#if MONOTOUCH
30
Assert.IsNotNull (SynchronizationContext.Current, "A1");
31
#else
32
Assert.IsNull (SynchronizationContext.Current, "A1");
0 commit comments