Skip to content

Commit 8008b54

Browse files
committed
Remove types from test that are not supported in .NET 3.5
1 parent fbae851 commit 8008b54

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/NUnitFramework/tests/Internal/Extensions/TypeExtensionTests.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
using System;
44
using System.Collections.Generic;
55
using System.IO;
6-
using System.Numerics;
76

87
namespace NUnit.Framework.Internal.Extensions
98
{
@@ -41,8 +40,6 @@ public void TypesThatDontImplementIComparable_ReturnFalse(Type type)
4140
typeof(DateTimeOffset),
4241
typeof(TimeSpan),
4342
typeof(Guid),
44-
typeof(BigInteger),
45-
typeof(ValueTuple),
4643
typeof(Version),
4744
};
4845

0 commit comments

Comments
 (0)