Skip to content

Commit 4689814

Browse files
authored
Fix typo in testenv for cross-block local assertion prop (#94978)
Also enable for the libraries pgo run.
1 parent c1dc3f2 commit 4689814

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

eng/pipelines/libraries/run-test-job.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ jobs:
242242
- jitosr_stress_random
243243
- syntheticpgo
244244
- syntheticpgo_blend
245+
- jitcrossblocklocalassertionprop
245246

246247
- ${{ if eq(parameters.SuperPmiCollect, true) }}:
247248
- template: /eng/pipelines/libraries/superpmi-postprocess-step.yml

src/tests/Common/testenvironment.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
DOTNET_JitCFGUseDispatcher;
8080
RunningIlasmRoundTrip;
8181
DOTNET_JitSynthesizeCounts;
82-
DOTNET_JitCheckSynthesizedCounts
82+
DOTNET_JitCheckSynthesizedCounts;
8383
DOTNET_JitEnableCrossBlockLocalAssertionProp
8484
</DOTNETVariables>
8585
</PropertyGroup>

0 commit comments

Comments
 (0)