Skip to content

Commit

Permalink
Replaced deprecated method in P11.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bajger committed Feb 22, 2024
1 parent f96bdf6 commit 41ef1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/src/ExercismTestRunner/ExercismTest.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ExercismTest >> resultDebugInfo [
[
aContext isNil or: [
aContext receiver == self and: [
aContext methodSelector == #runCase ] ] ] whileFalse: [
aContext selector == #runCase ] ] ] whileFalse: [
[
writeStream
nextPutAll: aContext printString;
Expand Down

0 comments on commit 41ef1c1

Please sign in to comment.