Skip to content

Commit 2d1e29b

Browse files
authored
JIT: Mark an F# test as GC stress incompatible (#75001)
Fix #73808
1 parent 9e81ca5 commit 2d1e29b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/tests/JIT/Regression/JitBlue/Runtime_72845/Runtime_72845.fsproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
4-
</PropertyGroup>
5-
<PropertyGroup>
64
<NoStandardLib>True</NoStandardLib>
75
<Noconfig>True</Noconfig>
86
<Optimize>True</Optimize>
97
<TargetFramework>$(NetCoreAppToolCurrent)</TargetFramework>
8+
<GCStressIncompatible>True</GCStressIncompatible>
109
</PropertyGroup>
1110
<ItemGroup>
1211
<Compile Include="Runtime_72845.fs" />

0 commit comments

Comments
 (0)