Skip to content

Commit

Permalink
Unblock System.Linq testing in nativeAOT outerloop (#108302)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalStrehovsky authored Sep 27, 2024
1 parent 69de6dd commit 84b7c2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/libraries/System.Linq/tests/default.rd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,10 @@
<GenericArgument Name="System.Int32, System.Runtime" />
</Method>

<Method Name="ReverseArray" Dynamic="Required All">
<GenericArgument Name="System.Int32, System.Runtime" />
</Method>

<Method Name="RunOnce" Dynamic="Required All">
<GenericArgument Name="System.Int32, System.Runtime" />
</Method>
Expand Down

0 comments on commit 84b7c2f

Please sign in to comment.