From 6d32bfad2086f2cc85882846ab3f1549ff6e0719 Mon Sep 17 00:00:00 2001 From: hogoww Date: Fri, 25 Feb 2022 11:56:11 +0100 Subject: [PATCH] Mutant #499, Reverting [ Remove ^ ] on method [ classIsItselfClassIndexPun ] 9/9 Test Cases are NOT EQUIVALENT --- smalltalksrc/VMMaker/SpurMemoryManager.class.st | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/smalltalksrc/VMMaker/SpurMemoryManager.class.st b/smalltalksrc/VMMaker/SpurMemoryManager.class.st index 4127ae7ece..134b6d0857 100644 --- a/smalltalksrc/VMMaker/SpurMemoryManager.class.st +++ b/smalltalksrc/VMMaker/SpurMemoryManager.class.st @@ -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." - - 31 + ^31 ] { #category : #'plugin support' }