Skip to content

Commit

Permalink
Fix variable name in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Oct 19, 2024
1 parent 90fb15e commit 7f40dee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ testVMIntrospection
"Allocate Object[]"
self assert: 10 equals: (testObject getOtherPointers getClass new: 10) size.
"Test inst vars"
self assert: (testObject allInstVarNames includesAllOf: #('squeakClass' 'squeahHashAndBits' 'superclass' 'methodDict')).
self assert: (testObject allInstVarNames includesAllOf: #('squeakClass' 'squeakHashAndBits' 'superclass' 'methodDict')).
self deny: (testObject allInstVarNames includesAnyOf: #('clone' 'become' 'finalize' 'object0')).
"Read and write inst vars"
squeahHashAndBits := testObject squeahHashAndBits.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"testCallTarget" : "fn 10/26/2021 21:10",
"testLayoutStatistics" : "fn 5/13/2020 17:37",
"testTestMapConsistency" : "fn 3/9/2021 15:59",
"testVMIntrospection" : "fn 8/20/2022 11:13" } }
"testVMIntrospection" : "fn 10/19/2024 14:00" } }

0 comments on commit 7f40dee

Please sign in to comment.