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

Commit d955381

Browse files
committed
Merge pull request #1989 from stephentoub/emitwriteline
Remove [ActiveIssue] for ILGenerator.EmitWriteLine test
2 parents 4e0b645 + ff635b6 commit d955381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.Reflection.Emit.ILGeneration/tests/ILGenerator/ILGeneratorEmitWriteLine.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace System.Reflection.Emit.ILGeneration.Tests
1111
{
1212
public class ILGeneratorEmitWriteLine
1313
{
14-
[Fact, ActiveIssue(1915, PlatformID.AnyUnix)]
14+
[Fact]
1515
public void PosTest1()
1616
{
1717
string name = "Assembly1";

0 commit comments

Comments
 (0)