X Tutup
Skip to content

Commit d5220b6

Browse files
author
Johan Brichau
committed
Turn off loading latest Metacello on Pharo because I cannot differentiate between Pharo versions
1 parent 417f560 commit d5220b6

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.smalltalk.ston

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,7 @@ SmalltalkCISpec {
1111
#baseline : 'Grease',
1212
#directory : 'repository',
1313
#load : [ 'Tests' ],
14-
#platforms : [ #pharo7.x ]
15-
},
16-
SCIMetacelloLoadSpec {
17-
#baseline : 'Grease',
18-
#directory : 'repository',
19-
#load : [ 'Tests' ],
20-
#useLatestMetacello : true,
21-
#platforms : [ #pharo3.x, #pharo4.x, #pharo5.x, #pharo6.x]
14+
#platforms : [ #pharo ]
2215
},
2316
SCIMetacelloLoadSpec {
2417
#baseline : 'Grease',

0 commit comments

Comments
 (0)
X Tutup