Skip to content

Commit

Permalink
Mutant pharo-project#499, Reverting [ Remove ^ ] on method [ classIsI…
Browse files Browse the repository at this point in the history
…tselfClassIndexPun ] 9/9 Test Cases are NOT EQUIVALENT
  • Loading branch information
hogoww committed Feb 25, 2022
1 parent 6df0611 commit 6d32bfa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions smalltalksrc/VMMaker/SpurMemoryManager.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -3709,15 +3709,13 @@ SpurMemoryManager >> classIndexOfHeader: aHeader [
{ #category : #'class table puns' }
SpurMemoryManager >> classIsItselfClassIndexPun [
"Class puns are class indices not used by any class. There is an entry
for the pun that refers to the notional class of objects with this class
index. But because the index doesn't match the class it won't show up
in allInstances, hence hiding the object with a pun as its class index.
The puns occupy indices 16 through 31."
<cmacro>
31
^31
]
{ #category : #'plugin support' }
Expand Down

0 comments on commit 6d32bfa

Please sign in to comment.