Skip to content

Commit

Permalink
Remove issues.targets exclusion for the function pointer test
Browse files Browse the repository at this point in the history
  • Loading branch information
trylek committed Jan 30, 2023
1 parent e293180 commit 273ead6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -874,9 +874,6 @@
<ExcludeList Include="$(XunitTestBinBase)/JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests/*">
<Issue>https://github.com/dotnet/runtime/issues/81103</Issue>
</ExcludeList>
<ExcludeList Include = "$(XunitTestBinBase)/Loader/classloader/Casting/Functionpointer/**">
<Issue>https://github.com/dotnet/runtime/issues/81106</Issue>
</ExcludeList>
</ItemGroup>

<!-- Crossgen2 x86 specific excludes -->
Expand Down

0 comments on commit 273ead6

Please sign in to comment.