diff --git a/src/tests/GC/Regressions/v2.0-beta2/452950/452950.cs b/src/tests/GC/Regressions/v2.0-beta2/452950/452950.cs deleted file mode 100644 index 88632d862a58c8..00000000000000 --- a/src/tests/GC/Regressions/v2.0-beta2/452950/452950.cs +++ /dev/null @@ -1,53 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. - -using System; -using System.Collections.Generic; -using System.Runtime.InteropServices; - -public class b452950 -{ - public static List list = new List(); - public static int DEFAULT = 1000; - - public static int Main(string[] args) - { - - int numIterations = 0; - if (args.Length >0) - { - Int32.TryParse(args[0], out numIterations); - if (numIterations<0) - { - numIterations=DEFAULT; - } - } - else - { - numIterations= DEFAULT; - } - - // fragment the heap - for (int i=0; i - - Exe - - - true - - - - - diff --git a/src/tests/issues.targets b/src/tests/issues.targets index 7d362bff260f0d..d8a430d61656d8 100644 --- a/src/tests/issues.targets +++ b/src/tests/issues.targets @@ -3043,9 +3043,6 @@ https://github.com/dotnet/runtime/issues/84786 - - needs triage - needs triage