We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1df7629 commit 54b2f98Copy full SHA for 54b2f98
1 file changed
src/libraries/System.Numerics.Vectors/tests/GenericVectorTests.cs
@@ -484,8 +484,6 @@ private void TestArrayIndexBasedConstructorLessElements<T>() where T : struct
484
public void ConstructorWithUnsupportedTypes_Guid() => TestConstructorWithUnsupportedTypes<Guid>();
485
[Fact]
486
public void ConstructorWithUnsupportedTypes_DateTime() => TestConstructorWithUnsupportedTypes<DateTime>();
487
- [Fact]
488
- public void ConstructorWithUnsupportedTypes_Char() => TestConstructorWithUnsupportedTypes<Char>();
489
490
private void TestConstructorWithUnsupportedTypes<T>() where T : struct
491
{
0 commit comments