Skip to content

Commit

Permalink
Clean unused ivars in package Debugger-Model-Tests-Core
Browse files Browse the repository at this point in the history
Fix #8231
  • Loading branch information
astares committed Jan 4, 2021
1 parent c3cf32f commit fc1b925
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ Class {
#category : #'Debugger-Model-Tests-Core'
}

{ #category : #accessing }
DynamicMessageImplementorTest >> instVar [
"Only required so that instVar is referenced as we do not want unreferenced ivars in the image"

^ instVar
]

{ #category : #testing }
DynamicMessageImplementorTest >> testBinaryMessage [

Expand Down

0 comments on commit fc1b925

Please sign in to comment.