From f483441705bddc48584e6848310c928d240b9b89 Mon Sep 17 00:00:00 2001 From: Sergey Andreenko Date: Tue, 7 Jul 2020 02:54:12 -0700 Subject: [PATCH] Delete extra lines that are no longer needed. #37506 was fixed in #38241. --- src/coreclr/tests/src/JIT/Directed/StructABI/structreturn.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/coreclr/tests/src/JIT/Directed/StructABI/structreturn.cs b/src/coreclr/tests/src/JIT/Directed/StructABI/structreturn.cs index 72897ce2dc6f7c..23296bc0767b97 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructABI/structreturn.cs +++ b/src/coreclr/tests/src/JIT/Directed/StructABI/structreturn.cs @@ -1373,8 +1373,6 @@ static void TestReturnVectorT() try { var a = ReturnVectorT2(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) @@ -1383,8 +1381,6 @@ static void TestReturnVectorT() try { var a = ReturnVectorT2>(new VectorTWrapperWrapper()); - // Delete WriteLine when https://github.com/dotnet/runtime/issues/37506 is fixed. - Console.WriteLine(a.ToString()); Debug.Assert(false, "unreachable"); } catch (System.NotSupportedException)