You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix failing test case BindingAsyncTasklikeMoreTests.Dynamic on Mono (#79878)
* Fix failing test case Microsoft.CodeAnalysis.CSharp.UnitTests.Semantics.BindingAsyncTasklikeMoreTests.Dynamic on Mono
The BindingAsyncTasklikeMoreTests.Dynamic test was failing on Mono because
the type of ConstructorArguments differs between Mono and CoreCLR. The
existing test expectation was aligned with CoreCLR behavior, which caused
mismatches when running under Mono.
This change updates the test to set the expected value based on the current
runtime.
* Put the condition down in one parameter
0 commit comments