Skip to content

Commit 582bdf1

Browse files
authored
Merge pull request #218 from moosetechnology/quick-fix-baseline
loads all for FamixFortran
2 parents 551be8a + d75de9f commit 582bdf1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/BaselineOfEsope/BaselineOfEsope.class.st

+4-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ BaselineOfEsope >> baseline: spec [
2222
BaselineOfEsope >> defineDependencies: spec [
2323
spec
2424
baseline: 'PetitParser2' with: [ spec repository: 'github://kursjan/petitparser2' ];
25-
baseline: 'FamixFortran' with: [ spec repository: 'github://moosetechnology/Famix-Fortran' ]
25+
baseline: 'FamixFortran' with: [ spec
26+
loads: #('all');
27+
repository: 'github://moosetechnology/Famix-Fortran'
28+
]
2629

2730
]
2831

0 commit comments

Comments
 (0)