X Tutup
Skip to content

Commit 6a68f40

Browse files
author
Johan Brichau
authored
Merge pull request SeasideSt#117 from SeasideSt/issue_116
Issue SeasideSt#116: proposed fix
2 parents 25ad054 + bd8ebf6 commit 6a68f40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

repository/BaselineOfGrease.package/BaselineOfGrease.class/instance/baselineGemStone..st

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ baselineGemStone: spec
9797
with: [ spec includes: 'Grease-Tests-GemStone-Core' ] ].
9898

9999
spec
100-
for: #( #'gs3.5.4.x' #'gs3.5.5.x' )
100+
for: #( #'gs3.5.4.x' #'gs3.5.5.x' #'gs3.5.6.x' #'gs3.5.7.x' )
101101
do: [
102102
spec
103103
package: 'Grease-GemStone-Core'
@@ -123,4 +123,4 @@ baselineGemStone: spec
123123
package: 'Grease-Tests-GemStone32-Core'
124124
with:[ spec requires: 'Grease-Tests-Core' ];
125125
package: 'Grease-Tests-Core'
126-
with: [ spec includes: 'Grease-Tests-GemStone32-Core' ] ]
126+
with: [ spec includes: 'Grease-Tests-GemStone32-Core' ] ]

0 commit comments

Comments
 (0)
X Tutup