diff -r 6bb8fca6b69b -r 781228855c60 TestAsserter.st --- a/TestAsserter.st Thu Oct 12 13:58:48 2017 +0200 +++ b/TestAsserter.st Thu Nov 09 10:43:37 2017 +0100 @@ -124,10 +124,10 @@ - ^self assert:aBooleanOrBlock description:aString resumable: false. + ^ self assert:aBooleanOrBlock description:aString resumable: false. "Modified: / 11-09-2010 / 15:34:11 / Jan Vrany " - "Modified (comment): / 13-07-2017 / 15:06:02 / cg" + "Modified (format): / 09-11-2017 / 10:03:58 / cg" ! assert:aBooleanOrBlock description:aStringOrBlock resumable:resumableBoolean