Skip to content

Commit d632216

Browse files
Make loadable in Pharo 7
1 parent 1247270 commit d632216

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • repository/BaselineOfGrease.package/BaselineOfGrease.class/instance

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ baseline: spec
7070
group: 'Slime' with: #('Grease-Pharo40-Slime');
7171
group: 'Slime Tests' with: #('Grease-Tests-Slime') ].
7272
spec
73-
for: #(#'pharo6.x')
73+
for: #(#'pharo6.x' #'pharo7.x')
7474
do: [
7575
spec
7676
package: 'Grease-Core'
@@ -166,4 +166,4 @@ baseline: spec
166166
do: [
167167
spec
168168
package: 'Grease-Tests-GemStone-Core'
169-
with: [ spec file: 'Grease-Tests-GemStone-Core.v32' ] ]
169+
with: [ spec file: 'Grease-Tests-GemStone-Core.v32' ] ]

0 commit comments

Comments
 (0)