compiler/tests/extras/PPCSmalltalkTests.st
changeset 510 869853decf31
parent 465 f729f6cd3c76
child 516 3b81c9e53352
--- 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 <jan.vrany@fit.cvut.cz>"
 ! !