Imported Upstream version 4.3.2.467

Former-commit-id: 9c2cb47f45fa221e661ab616387c9cda183f283d
This commit is contained in:
Xamarin Public Jenkins
2016-02-22 11:00:01 -05:00
parent f302175246
commit f3e3aab35a
4097 changed files with 122406 additions and 82300 deletions

View File

@ -34,9 +34,7 @@ using System.Collections.Generic;
using NUnit.Framework;
using System.Runtime.Remoting.Messaging;
using System.Threading;
#if NET_4_0
using System.Threading.Tasks;
#endif
namespace MonoTests.System.Runtime.Remoting.Messaging
{
@ -123,7 +121,6 @@ namespace MonoTests.System.Runtime.Remoting.Messaging
CallContext.FreeNamedDataSlot (SlotName);
}
#if NET_4_0
[Test]
public void CallContextPropagation_Task ()
{
@ -168,7 +165,6 @@ namespace MonoTests.System.Runtime.Remoting.Messaging
CallContext.FreeNamedDataSlot ("d1");
CallContext.FreeNamedDataSlot ("d2");
}
#endif
[Test]
public void FreeNamedDataSlot_ShouldClearLogicalData ()