Skip to content

Commit fddfac3

Browse files
committed
Remove unused array
1 parent b5c0f34 commit fddfac3

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

src/Math-Tests-Accuracy/PMAccuracyTest.class.st

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -167,16 +167,12 @@ PMAccuracyTest >> testFormatTypePostfixTree [
167167

168168
{ #category : #tests }
169169
PMAccuracyTest >> testGetters [
170+
170171
| r |
171172
r := a testGetterAaa.
172-
self
173-
assert: r
174-
equals: #(#(#(1 2) #(3 2.8888)) #(#(false) #(true)) #(#(5 3) #(4 4)) 2 2).
173+
self assert: r equals: #( #( #( 1 2 ) #( 3 2.8888 ) ) #( #( false ) #( true ) ) #( #( 5 3 ) #( 4 4 ) ) 2 2 ).
175174
r := a testGetterBbb.
176-
self
177-
assert: r
178-
equals: #(#(#(1) #(3)) #(#('a') #('AG')) #(#(2) #(3)) 2 2).
179-
#(#(#(1) #(3)) #(#(1) #(2)) #(#(2) #(3)) 2 2)
175+
self assert: r equals: #( #( #( 1 ) #( 3 ) ) #( #( 'a' ) #( 'AG' ) ) #( #( 2 ) #( 3 ) ) 2 2 )
180176
]
181177

182178
{ #category : #tests }

0 commit comments

Comments
 (0)