Skip to content

Commit 1516966

Browse files
committed
Issue #24343 Vector Ctor using Span
1 parent 84a2288 commit 1516966

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/System.Numerics.Vectors/tests/GenericVectorTests.netcoreapp.tt

+6
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,12 @@ namespace System.Numerics.Tests
149149
#region Tests for constructors using unsupported types
150150

151151
<#
152+
Type[] unsupportedTypes = new[]
153+
{
154+
typeof(Guid), typeof(DateTime), typeof(char)
155+
};
156+
157+
152158
foreach (var type in unsupportedTypes)
153159
{
154160
#>

0 commit comments

Comments
 (0)