We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec93be commit dfd968bCopy full SHA for dfd968b
src/tests/readytorun/GenericCycleDetection/Depth3Test.csproj
@@ -7,7 +7,7 @@
7
<!-- Without this flag Crossgen2 crashes after several minutes with arithmetic overflow -->
8
<CrossGen2TestExtraArguments>--enable-generic-cycle-detection --maxgenericcycle:3 --maxgenericcyclebreadth:-1</CrossGen2TestExtraArguments>
9
<!-- This test OOMs Crossgen2 when running in 32-bit address space -->
10
- <CLRTestTargetUnsupported Condition="'$(TargetBits)' != '32'">true</CLRTestTargetUnsupported>
+ <CLRTestTargetUnsupported Condition="'$(TargetBits)' == '32'">true</CLRTestTargetUnsupported>
11
</PropertyGroup>
12
<ItemGroup>
13
<Compile Include="$(MSBuildProjectName).cs" />
0 commit comments