You've already forked linux-packaging-mono
Imported Upstream version 4.3.2.467
Former-commit-id: 9c2cb47f45fa221e661ab616387c9cda183f283d
This commit is contained in:
@@ -1 +1 @@
|
||||
0eb5fd5cac80a730d30a79b0d0fbf4155fb5ddf1
|
||||
4a7ac6c6a3f90fba17e9dd807d02020f74fbd727
|
||||
@@ -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
|
||||
|
||||
@@ -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 ()
|
||||
|
||||
Reference in New Issue
Block a user