From: Andy Ayers Date: Sun, 19 Aug 2018 02:23:41 +0000 (-0700) Subject: Fix test case comment to reflect the actual test (#19531) X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ff56d33f624bee91354ebe09ab83bbc79b587536;p=platform%2Fupstream%2Fcoreclr.git Fix test case comment to reflect the actual test (#19531) --- 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 1e440f8d5b..a2f028bba1 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;