Skip to content

Commit

Permalink
Renable AddMethodBody tests (#41613)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericstj authored Aug 31, 2020
1 parent 9069f3d commit 731eaf3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ public unsafe void FatBody()
}
}

[Fact, ActiveIssue("https://github.com/dotnet/runtime/issues/24948")]
[Fact]
public unsafe void LocAlloc()
{
var streamBuilder = new BlobBuilder();
Expand Down Expand Up @@ -418,7 +418,7 @@ public unsafe void LocAlloc()
}, bodyBytes);
}

[Fact, ActiveIssue("https://github.com/dotnet/runtime/issues/24948")]
[Fact]
public unsafe void LocAlloc_WithInstructionEncoder()
{
var streamBuilder = new BlobBuilder();
Expand Down

0 comments on commit 731eaf3

Please sign in to comment.