Skip to content

Commit

Permalink
Mutant pharo-project#456, Reverting [ Remove ^ ] on method [ memory: …
Browse files Browse the repository at this point in the history
…] KILLED by 2/209 test cases.
  • Loading branch information
hogoww committed Dec 23, 2021
1 parent 35017a6 commit 4209811
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions smalltalksrc/VMMaker/SpurMemoryManager.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -8595,9 +8595,8 @@ SpurMemoryManager >> memory [
{ #category : #accessing }
SpurMemoryManager >> memory: aValue [
<accessor>
memory := aValue
^memory := aValue
]
{ #category : #accessing }
Expand Down

0 comments on commit 4209811

Please sign in to comment.