You've already forked linux-packaging-mono
Imported Upstream version 5.8.0.88
Former-commit-id: 4b7216ffda08448e562271ce733688e761120fc5
This commit is contained in:
parent
7d05485754
commit
6123a772ed
@ -26,7 +26,7 @@ namespace MonoTests.System.ComponentModel
|
||||
SynchronizationContext sc1 = new SynchronizationContext ();
|
||||
SynchronizationContext sc2 = new SynchronizationContext ();
|
||||
|
||||
#if MONOTOUCH || XAMMAC
|
||||
#if MONOTOUCH
|
||||
Assert.IsNotNull (SynchronizationContext.Current, "A1");
|
||||
#else
|
||||
Assert.IsNull (SynchronizationContext.Current, "A1");
|
||||
|
Reference in New Issue
Block a user