Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMeri Khamoyan <merikhamoyan@microsoft.com>2022-08-09 15:34:38 +0300
committerMeri Khamoyan <merikhamoyan@microsoft.com>2022-08-09 15:34:38 +0300
commit419f9d54ea5399571bd7546e830ab8836d4d1a21 (patch)
tree1d79925eaf6cf3943c492845dda5569d8aef28cd
parentd63c65d7cf4b102aa394837b2ba609c67b89506f (diff)
#55071 enable dynamic test55071_enable_dynamic_test
-rw-r--r--src/libraries/System.Linq.Expressions/tests/Dynamic/InvokeMemberBindingTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libraries/System.Linq.Expressions/tests/Dynamic/InvokeMemberBindingTests.cs b/src/libraries/System.Linq.Expressions/tests/Dynamic/InvokeMemberBindingTests.cs
index e1125d8dc47..8f817977b5d 100644
--- a/src/libraries/System.Linq.Expressions/tests/Dynamic/InvokeMemberBindingTests.cs
+++ b/src/libraries/System.Linq.Expressions/tests/Dynamic/InvokeMemberBindingTests.cs
@@ -406,7 +406,7 @@ namespace System.Dynamic.Tests
public OutAction OutDelegate;
}
- [ActiveIssue("https://github.com/dotnet/runtime/issues/55071", typeof(PlatformDetection), nameof(PlatformDetection.IsLinqExpressionsBuiltWithIsInterpretingOnly))]
+ //[ActiveIssue("https://github.com/dotnet/runtime/issues/55071", typeof(PlatformDetection), nameof(PlatformDetection.IsLinqExpressionsBuiltWithIsInterpretingOnly))]
[Fact]
public void InvokeFuncMember()
{