diff -r fd22630c7e62 -r 869853decf31 compiler/tests/extras/PPCSmalltalkTests.st --- a/compiler/tests/extras/PPCSmalltalkTests.st Fri Jul 31 08:22:18 2015 +0100 +++ b/compiler/tests/extras/PPCSmalltalkTests.st Thu Jul 30 08:37:37 2015 +0100 @@ -37,8 +37,10 @@ ws2 := PPSmalltalkWhitespaceParser new. self assert: ws1 = ws2. - self assert: (ws1 == ws2) not. + self assert: ws1 ~~ ws2. self assert: ws1 hash = ws2 hash. + + "Modified: / 30-07-2015 / 06:56:53 / Jan Vrany " ! !