Skip to content

Commit

Permalink
Stupid mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed Oct 19, 2018
1 parent 7bc5b0a commit 6a6c171
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/BaselineOfSpec/BaselineOfSpec.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ BaselineOfSpec >> addHackToLoadSpec [

self shouldInstallHack ifFalse: [ ^ self ].

link := (MCVersionLoader >> #warnAboutLosingChangesTo:ifCancel:ifMerge:) ast
link:
(MetaLink new
metaObject: #receiver;
selector: #warnAboutLosingChangesForSpec:;
arguments: #(#arguments);
control: #instead)
link := MetaLink new
metaObject: #receiver;
selector: #warnAboutLosingChangesForSpec:;
arguments: #(#arguments);
control: #instead.

(MCVersionLoader >> #warnAboutLosingChangesTo:ifCancel:ifMerge:) ast link: link
]

{ #category : #baseline }
Expand Down

0 comments on commit 6a6c171

Please sign in to comment.