Skip to content

Commit

Permalink
Delete extra lines that are no longer needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Andreenko committed Jul 7, 2020
1 parent c31f691 commit f483441
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/coreclr/tests/src/JIT/Directed/StructABI/structreturn.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1373,8 +1373,6 @@ static void TestReturnVectorT()
try
{
var a = ReturnVectorT2<Vector4>(new Vector4(1));
// Delete WriteLine when https://github.com/dotnet/runtime/issues/37506 is fixed.
Console.WriteLine(a.ToString());
Debug.Assert(false, "unreachable");
}
catch (System.NotSupportedException)
Expand All @@ -1383,8 +1381,6 @@ static void TestReturnVectorT()
try
{
var a = ReturnVectorT2<VectorTWrapperWrapper<int>>(new VectorTWrapperWrapper<int>());
// Delete WriteLine when https://github.com/dotnet/runtime/issues/37506 is fixed.
Console.WriteLine(a.ToString());
Debug.Assert(false, "unreachable");
}
catch (System.NotSupportedException)
Expand Down

0 comments on commit f483441

Please sign in to comment.