tests/PPComposedTest.st
changeset 377 6112a403a52d
parent 376 a2656b27cace
child 385 44a36ed4e484
--- a/tests/PPComposedTest.st	Fri Oct 03 01:59:10 2014 +0100
+++ b/tests/PPComposedTest.st	Fri Oct 03 02:33:08 2014 +0100
@@ -46,7 +46,7 @@
 		as := bs := 0.
 		cc value.
 		(as even and: [ bs even ])
-			ifFalse: [ PPFailure message: 'Even number of a and b expected' at: 0 ] ].
+			ifFalse: [ PPFailure message: 'Even number of a and b expected' context: stream at: 0 ] ].
 
 	self assert: s fail: 'a' end: 1.
 	self assert: s fail: 'b' end: 1.