Skip to content

Commit 5cd69e4

Browse files
authored
Reenable more_tailcalls under GCStress (#106287)
Fix #99410
1 parent b0dbee9 commit 5cd69e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tests/JIT/Directed/tailcall/more_tailcalls.ilproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.IL">
22
<PropertyGroup>
3-
<!-- Needed for CLRTestEnvironmentVariable and GCStressIncompatible -->
3+
<!-- Needed for CLRTestEnvironmentVariable -->
44
<RequiresProcessIsolation>true</RequiresProcessIsolation>
5-
<GCStressIncompatible>true</GCStressIncompatible>
65
</PropertyGroup>
76
<PropertyGroup>
87
<DebugType>PdbOnly</DebugType>

0 commit comments

Comments
 (0)