Skip to content

Commit

Permalink
Fix permSpaceDirty initialization for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PalumboN committed Apr 14, 2022
1 parent 219c3b3 commit f2a3b8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ VMSpurInitializedOldSpaceTest >> setUp [
self initializeOldSpaceForFullGC.
memory lastHash: 1.
memory classByteArray: (self newClassInOldSpaceWithSlots: 0 instSpec: (memory byteFormatForNumBytes: 0)).

memory setPermSpaceDirty: false.
]

{ #category : #helpers }
Expand Down

0 comments on commit f2a3b8a

Please sign in to comment.