]> granicus.if.org Git - php/commitdiff
Fix masking in bug61115-1.phpt
authorChristopher Jones <sixd@php.net>
Tue, 1 May 2012 21:32:09 +0000 (14:32 -0700)
committerChristopher Jones <sixd@php.net>
Tue, 1 May 2012 21:32:09 +0000 (14:32 -0700)
The test bug61115-1.phpt was diffing for non-debug builds

ext/standard/tests/streams/bug61115-1.phpt

index 573496edf0e2dbf0a77dc771f77c815098002a6f..89374e735377282ec70e6e2103e37da484e90d3d 100644 (file)
@@ -8,4 +8,4 @@ stream_context_get_options($fileResourceTemp);
 ftruncate($fileResourceTemp, PHP_INT_MAX);
 ?>
 --EXPECTF--
-Fatal error: Allowed memory size of %d bytes exhausted %s (tried to allocate %d bytes) in %s on line %d
+Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %s on line %d