X Tutup
Skip to content

Commit d5b2fd8

Browse files
author
Johan Brichau
committed
fix ston
1 parent 942a6b9 commit d5b2fd8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.smalltalk.ston

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
SmalltalkCISpec {
22
#loading : [
33
SCIMetacelloLoadSpec {
4-
#baseline : 'Grease', // Define MC Baseline
5-
#directory : 'packages', // Path to packages if FileTree is used
6-
#onWarningLog : true, // Handle Warnings and log message to Transcript (GemStone)
7-
#load : [ 'CI' ], // Define MC load attributes
8-
#platforms : [ #squeak, #pharo, #gemstone ] // Define compatible platforms
4+
#baseline : 'Grease',
5+
#directory : 'packages',
6+
#onWarningLog : true,
7+
#load : [ 'CI' ],
8+
#platforms : [ #squeak, #pharo, #gemstone ]
99
}
1010
]
1111
}

0 commit comments

Comments
 (0)
X Tutup