We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a1c41f commit 9053fefCopy full SHA for 9053fef
MoTion/MatcherDebug.class.st
@@ -20,8 +20,7 @@ MatcherDebug >> isCollectionMatcher [
20
]
21
22
{ #category : 'matching' }
23
-MatcherDebug >> match: anObject withContext: aMatchingContext [
24
- self halt.
+MatcherDebug >> match: anObject withContext: aMatchingContext [
25
^ innerMatcher match: anObject withContext: aMatchingContext
26
27
0 commit comments