Skip to content

Commit 54b2f98

Browse files
committed
Remove a test that was checking Vector<char> was unsupported
1 parent 1df7629 commit 54b2f98

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/libraries/System.Numerics.Vectors/tests/GenericVectorTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,8 +484,6 @@ private void TestArrayIndexBasedConstructorLessElements<T>() where T : struct
484484
public void ConstructorWithUnsupportedTypes_Guid() => TestConstructorWithUnsupportedTypes<Guid>();
485485
[Fact]
486486
public void ConstructorWithUnsupportedTypes_DateTime() => TestConstructorWithUnsupportedTypes<DateTime>();
487-
[Fact]
488-
public void ConstructorWithUnsupportedTypes_Char() => TestConstructorWithUnsupportedTypes<Char>();
489487

490488
private void TestConstructorWithUnsupportedTypes<T>() where T : struct
491489
{

0 commit comments

Comments
 (0)