Skip to content

Commit

Permalink
Issue #24343 Vector Ctor using Span
Browse files Browse the repository at this point in the history
  • Loading branch information
WinCPP committed Mar 5, 2018
1 parent 84a2288 commit 1516966
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,12 @@ namespace System.Numerics.Tests
#region Tests for constructors using unsupported types

<#
Type[] unsupportedTypes = new[]
{
typeof(Guid), typeof(DateTime), typeof(char)
};


foreach (var type in unsupportedTypes)
{
#>
Expand Down

0 comments on commit 1516966

Please sign in to comment.