Skip to content

Commit

Permalink
Update EndToEndTests.cs (#44686)
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkiGibson authored Jun 1, 2020
1 parent f089d87 commit f36e10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Compilers/CSharp/Test/Emit/Emit/EndToEndTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
};

Expand Down

0 comments on commit f36e10a

Please sign in to comment.