Skip to content

Commit

Permalink
Fixing testPrinting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed May 10, 2019
1 parent 1b383c1 commit f197458
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Tests/TraitTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -341,10 +341,11 @@ origin of Tr2>>foo is Tr1"

{ #category : #testing }
TraitTest >> testPrinting [

self assertPrints: self t6 definition
like: 'Trait named: #T6
uses: T1 + (T2 @ {#m22Alias->#m22})
category: ''Tests-Traits'''
package: ''Tests-Traits'''
]

{ #category : #testing }
Expand Down

0 comments on commit f197458

Please sign in to comment.