X Tutup
Skip to content

Commit eef515d

Browse files
committed
update BaselineOfGrease for GemStone 3.5.8
1 parent a467d86 commit eef515d

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' #'gs3.5.6.x' #'gs3.5.7.x' )
100+
for: #( #'gs3.5.4.x' #'gs3.5.5.x' #'gs3.5.6.x' #'gs3.5.7.x' #'gs3.5.8.x' #'gs3.5.9.x' )
101101
do: [
102102
spec
103103
package: 'Grease-GemStone-Core'
@@ -133,4 +133,4 @@ baselineGemStone: spec
133133
package: 'Grease-Tests-GemStone32-Core'
134134
with:[ spec requires: 'Grease-Tests-Core' ];
135135
package: 'Grease-Tests-Core'
136-
with: [ spec includes: 'Grease-Tests-GemStone32-Core' ] ]
136+
with: [ spec includes: 'Grease-Tests-GemStone32-Core' ] ]

0 commit comments

Comments
 (0)
X Tutup