File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,12 @@ ClapPharoApplication >> execute [
4444 self shouldQuit ifFalse: [ self doNotQuitImage ]
4545]
4646
47+ { #category : ' private - printing' }
48+ ClapPharoApplication >> inform: aString [
49+
50+ self outputStreamDo: [ :out | out << aString << OSPlatform current lineEnding ]
51+ ]
52+
4753{ #category : ' execution' }
4854ClapPharoApplication >> prepareImage [
4955 self positional: #rename ifPresent: [ :rename |
Original file line number Diff line number Diff line change @@ -65,12 +65,6 @@ ClapTestRunner >> execute [
6565 self runPackages
6666]
6767
68- { #category : ' private - printing' }
69- ClapTestRunner >> inform: aString [
70-
71- self outputStreamDo: [ :out | out << aString << OSPlatform current lineEnding ]
72- ]
73-
7468{ #category : ' private - printing' }
7569ClapTestRunner >> informResults: results [
7670
You can’t perform that action at this time.
0 commit comments