Skip to content

Commit

Permalink
Adjust baseline (#45300)
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkiGibson authored Jun 19, 2020
1 parent 6be131e commit 8498815
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()
_ when ExecutionConditionUtil.IsCoreClrUnix => 1200, // 1200
_ when ExecutionConditionUtil.IsMonoDesktop => 730, // 730
(ExecutionArchitecture.x86, ExecutionConfiguration.Debug) => 460, // 270
(ExecutionArchitecture.x86, ExecutionConfiguration.Release) => 1320, // 1290
(ExecutionArchitecture.x86, ExecutionConfiguration.Release) => 1310, // 1290
(ExecutionArchitecture.x64, ExecutionConfiguration.Debug) => 260, // 170
(ExecutionArchitecture.x64, ExecutionConfiguration.Release) => 750, // 730
_ => throw new Exception($"Unexpected configuration {ExecutionConditionUtil.Architecture} {ExecutionConditionUtil.Configuration}")
Expand Down

0 comments on commit 8498815

Please sign in to comment.