Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed May 30, 2024
1 parent 06d4052 commit 37066d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ SystemDependenciesTest >> testExternalIDEDependencies [
BaselineOfMorphicCore.
BaselineOfSlot.
BaselineOfSUnit.
BaselineOfShift.
BaselineOfTraits.
BaselineOfUI.
BaselineOfUnifiedFFI.
Expand Down
2 changes: 1 addition & 1 deletion src/Traits/TraitBuilderEnhancer.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ TraitBuilderEnhancer >> isTraitedMetaclass: aBuilder [
^ aBuilder metaclassClass includesBehavior: TraitedMetaclass
]

{ #category : 'class modifications' }
{ #category : 'accessing' }
TraitBuilderEnhancer >> metaclassClassFor: aBuilder [

aBuilder metaSuperclass = Trait ifTrue: [ ^ MetaclassForTraits ].
Expand Down

0 comments on commit 37066d2

Please sign in to comment.