Skip to content

Commit

Permalink
Fixing test, in the real world there is always a non accessible objec…
Browse files Browse the repository at this point in the history
…t in the perm space.
  • Loading branch information
tesonep committed Sep 11, 2023
1 parent 46aa062 commit 628222a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smalltalksrc/VMMaker/VMMemoryMap.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ VMMemoryMap >> isPermanentObject: anOop [

<api>

^ anOop > self fixedPermSpaceStart
^ anOop >= self fixedPermSpaceStart
]

{ #category : #'testing objects' }
Expand Down

0 comments on commit 628222a

Please sign in to comment.