Skip to content

Commit

Permalink
Fix run.cmd syntax error (#79250)
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceForstall committed Dec 6, 2022
1 parent bd768c7 commit c6e0b06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/run.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ if defined CrossgenLargeVersionBubble (
set __RuntestPyArgs=%__RuntestPyArgs% --large_version_bubble
)

if defined CrossGen2SynthesizePgo {
if defined CrossGen2SynthesizePgo (
set __RuntestPyArgs=%__RuntestPyArgs% --synthesize_pgo
}
)

if defined __PrintLastResultsOnly (
set __RuntestPyArgs=%__RuntestPyArgs% --analyze_results_only
Expand Down

0 comments on commit c6e0b06

Please sign in to comment.