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

@@ -1 +1 @@
0eb5fd5cac80a730d30a79b0d0fbf4155fb5ddf1
4a7ac6c6a3f90fba17e9dd807d02020f74fbd727

View File

@@ -28,7 +28,6 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
#if NET_4_0
using System;
using System.Collections;
@@ -115,4 +114,3 @@ public class ResolvedClass
public Guid Baz = Guid.Parse ("c74376f0-5517-4cb7-8a07-35026423f565");
}
#endif

View File

@@ -97,7 +97,6 @@ namespace MonoTests.System.Runtime.Serialization
Assert.That (ret.TypeArguments [0].BaseType, Is.EqualTo ("System.Int32"), "#6");
}
#if NET_4_0
[Test]
public void TestSimpleList3 ()
{
@@ -118,7 +117,6 @@ namespace MonoTests.System.Runtime.Serialization
Assert.That (ret.TypeArguments.Count, Is.EqualTo (1), "#5");
Assert.That (ret.TypeArguments [0].BaseType, Is.EqualTo ("System.Int32"), "#6");
}
#endif
[Test]
public void TestListOfFoo ()