From ff56d33f624bee91354ebe09ab83bbc79b587536 Mon Sep 17 00:00:00 2001 From: Andy Ayers Date: Sat, 18 Aug 2018 19:23:41 -0700 Subject: [PATCH] Fix test case comment to reflect the actual test (#19531) --- tests/src/JIT/Regression/JitBlue/GitHub_19454/Github_19454.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/src/JIT/Regression/JitBlue/GitHub_19454/Github_19454.cs b/tests/src/JIT/Regression/JitBlue/GitHub_19454/Github_19454.cs index 1e440f8..a2f028b 100644 --- a/tests/src/JIT/Regression/JitBlue/GitHub_19454/Github_19454.cs +++ b/tests/src/JIT/Regression/JitBlue/GitHub_19454/Github_19454.cs @@ -2,9 +2,8 @@ // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. // -// This test was extracted from the corefx System.Numerics.Vectors tests, -// and was failing with minOpts because a SIMD12 was being spilled using -// a 16-byte load, but only a 12-byte location had been allocated. +// GitHub19454: a zero length span was tripping up the jit when trying +// to analyze a bounds check. using System; -- 2.7.4