Skip to content

Commit

Permalink
Fixes protocols
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed Apr 22, 2020
1 parent 8bf9bb1 commit ccd3c0c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ChanelConditionalSimplifierCleanerTest >> setUp [
class := self createDefaultTestClass
]

{ #category : #'as yet unclassified' }
{ #category : #tests }
ChanelConditionalSimplifierCleanerTest >> testDoesNotReplaceIfItIntroduceAnInfinitLoop [
| oldMethod |
class
Expand All @@ -34,7 +34,7 @@ ChanelConditionalSimplifierCleanerTest >> testDoesNotReplaceIfItIntroduceAnInfin
self assert: class >> #ifNotNil: identicalTo: oldMethod
]

{ #category : #'as yet unclassified' }
{ #category : #tests }
ChanelConditionalSimplifierCleanerTest >> testDoesNotReplaceIfItIntroduceAnInfinitLoop2 [
| oldMethod |
class
Expand Down

0 comments on commit ccd3c0c

Please sign in to comment.