Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 0e4f668

Browse files
committed
Enable tests blocked by #6258
These tests had to wait for the fix in #6273 to be available in the feeds before the [ActiveIssue] attribute could be removed. Do this now.
1 parent 9b57840 commit 0e4f668

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/System.Dynamic.Runtime/tests/Dynamic.Simple/DelegateTest.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ private static void Bar(string s, dynamic d, object o)
3535
}
3636

3737
[Fact]
38-
[ActiveIssue(6258)]
3938
public static void VariantFuncTest()
4039
{
4140
Func<string, dynamic, object, int> del = Foo;
@@ -47,7 +46,6 @@ public static void VariantFuncTest()
4746
}
4847

4948
[Fact]
50-
[ActiveIssue(6258)]
5149
public static void VariantActTest()
5250
{
5351
Action<string, dynamic, object> del = Bar;

0 commit comments

Comments
 (0)