Skip to content

Commit

Permalink
for pharo 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Durieux Pol committed Mar 22, 2024
1 parent 235c806 commit 0b990ea
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ MTRandomMethodMutantSelectionStrategyTest >> testAround25PercentOfMutantsForEach
sysVersion := SystemVersion current major.
sysVersion >= 12 ifTrue: [ expected := #( 24 23 29 24 ) ].
sysVersion = 11 ifTrue: [ expected := #( 19 29 26 26 ) ].
sysVersion <= 10 ifTrue: [ expected := #( 21 27 26 26 ) ].
sysVersion = 10 ifTrue: [ expected := #( 21 27 26 26 ) ].
sysVersion <= 9 ifTrue: [ expected := #( 26 26 26 22 ) ].
seed := 864127593.
analysis := MTAnalysis new
classesToMutate:
Expand Down

0 comments on commit 0b990ea

Please sign in to comment.