X Tutup
Skip to content

Commit 35d9177

Browse files
author
Johan Brichau
committed
use latest metacello
1 parent b26e1a9 commit 35d9177

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.smalltalk.ston

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ SmalltalkCISpec {
44
#baseline : 'Grease',
55
#directory : 'repository',
66
#load : [ 'Tests' ],
7+
#useLatestMetacello : true,
78
#platforms : [ #squeak, #pharo ]
89
},
910
SCIMetacelloLoadSpec {
1011
#baseline : 'Grease',
1112
#directory : 'repository',
1213
#onWarningLog : true,
1314
#load : [ 'Tests' ],
15+
#useLatestMetacello : true,
1416
#platforms : [ #gemstone ]
1517
}
1618
]

0 commit comments

Comments
 (0)
X Tutup