File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Compilers/CSharp/Test/Emit/Emit Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ public void DeeplyNestedGeneric()
160160 _ when ExecutionConditionUtil . IsCoreClrUnix => 1200 , // 1200
161161 _ when ExecutionConditionUtil . IsMonoDesktop => 730 , // 730
162162 ( ExecutionArchitecture . x86 , ExecutionConfiguration . Debug ) => 460 , // 270
163- ( ExecutionArchitecture . x86 , ExecutionConfiguration . Release ) => 1310 , // 1290
163+ ( ExecutionArchitecture . x86 , ExecutionConfiguration . Release ) => 1290 , // 1290
164164 ( ExecutionArchitecture . x64 , ExecutionConfiguration . Debug ) => 260 , // 170
165165 ( ExecutionArchitecture . x64 , ExecutionConfiguration . Release ) => 730 , // 730
166166 _ => throw new Exception ( $ "Unexpected configuration { ExecutionConditionUtil . Architecture } { ExecutionConditionUtil . Configuration } ")
You can’t perform that action at this time.
0 commit comments