From f36e10a97bef977054cad10b3c2d9bc41f21f02b Mon Sep 17 00:00:00 2001 From: Rikki Gibson Date: Sun, 31 May 2020 18:02:24 -0700 Subject: [PATCH] Update EndToEndTests.cs (#44686) --- src/Compilers/CSharp/Test/Emit/Emit/EndToEndTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Compilers/CSharp/Test/Emit/Emit/EndToEndTests.cs b/src/Compilers/CSharp/Test/Emit/Emit/EndToEndTests.cs index 874794157ec65..fdc74456af56c 100644 --- a/src/Compilers/CSharp/Test/Emit/Emit/EndToEndTests.cs +++ b/src/Compilers/CSharp/Test/Emit/Emit/EndToEndTests.cs @@ -160,7 +160,7 @@ public void DeeplyNestedGeneric() (ExecutionArchitecture.x86, ExecutionConfiguration.Debug) => 270, (ExecutionArchitecture.x86, ExecutionConfiguration.Release) => 1290, (ExecutionArchitecture.x64, ExecutionConfiguration.Debug) => 170, - (ExecutionArchitecture.x64, ExecutionConfiguration.Release) => 700, // PROTOTYPE(angocke): Improve stack usage + (ExecutionArchitecture.x64, ExecutionConfiguration.Release) => 730, _ => throw new Exception($"Unexpected configuration {ExecutionConditionUtil.Architecture} {ExecutionConditionUtil.Configuration}") };