Skip to content

Commit

Permalink
Merge pull request #660 from hernanmd/fix_unnecessary_imageInfo_in_P9
Browse files Browse the repository at this point in the history
Delete unneeded method #imageInfo in P9 causing CI to fail
  • Loading branch information
theseion committed Sep 19, 2024
2 parents 5c8aa70 + b130cb1 commit 0780adc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
reporting
imageInfo
^ String streamContents: [ :stream | StSystemReporter new reportImage: stream ]
^ String streamContents: [ :stream | (Smalltalk at: #StSystemReporter) new reportImage: stream ]

0 comments on commit 0780adc

Please sign in to comment.