Skip to content

Commit

Permalink
Put calypso at the end because it depends on SortFunctions
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep committed Jun 17, 2019
1 parent ca3522b commit e8834d9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/BaselineOfIDE/BaselineOfIDE.class.st
Expand Up @@ -118,10 +118,6 @@ BaselineOfIDE >> baseline: spec [

spec baseline: 'Athens' with: [ spec repository: repository ].
spec baseline: 'Flashback' with: [ spec repository: repository ].
spec baseline: 'Calypso' with: [
spec
repository: repository;
loads: #('FullEnvironment' 'SystemBrowser' 'Tests'). ].

spec baseline: 'Shift' with: [
spec loads: 'shift-tests'.
Expand Down Expand Up @@ -386,6 +382,12 @@ BaselineOfIDE >> baseline: spec [
spec package: 'UndefinedClasses'.
spec package: 'UndefinedClasses-Tests'.

spec baseline: 'Calypso' with: [
spec
repository: repository;
loads: #('FullEnvironment' 'SystemBrowser' 'Tests'). ].


self groups: spec.
].

Expand Down

0 comments on commit e8834d9

Please sign in to comment.