Skip to content

Commit

Permalink
fixes #5693
Browse files Browse the repository at this point in the history
- we can just call #printString, as noted by Denis in the review of the already merged PR
  • Loading branch information
MarcusDenker committed Feb 20, 2020
1 parent 48ff889 commit 43b4abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DrTests-TestCoverage/CompiledMethod.extension.st
Expand Up @@ -2,5 +2,5 @@ Extension { #name : #CompiledMethod }

{ #category : #'*DrTests-TestCoverage' }
CompiledMethod >> drTestsName [
^ self methodClass asString, '>>#', self selector asString
^ self printString
]

0 comments on commit 43b4abb

Please sign in to comment.