Skip to content

Commit

Permalink
Delete OSX condition.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Andreenko committed Jun 14, 2019
1 parent 5af3a15 commit 6e232f1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<!-- OSX doesn't support GCStress=0xc. -->
<PropertyGroup Condition="'$(__BuildOS)' != 'OSX'">
<PropertyGroup>
<CLRTestBatchPreCommands><![CDATA[
$(CLRTestBatchPreCommands)
set COMPlus_GcStressOnDirectCalls=1
Expand Down

0 comments on commit 6e232f1

Please sign in to comment.