Skip to content

Commit

Permalink
Reenable more_tailcalls under GCStress (#106287)
Browse files Browse the repository at this point in the history
Fix #99410
  • Loading branch information
jakobbotsch authored Aug 14, 2024
1 parent b0dbee9 commit 5cd69e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tests/JIT/Directed/tailcall/more_tailcalls.ilproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<!-- Needed for CLRTestEnvironmentVariable and GCStressIncompatible -->
<!-- Needed for CLRTestEnvironmentVariable -->
<RequiresProcessIsolation>true</RequiresProcessIsolation>
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
Expand Down

0 comments on commit 5cd69e4

Please sign in to comment.