]> granicus.if.org Git - php/commitdiff
fix dir separator in test
authorAnatol Belski <ab@php.net>
Mon, 8 Jun 2015 09:29:04 +0000 (11:29 +0200)
committerAnatol Belski <ab@php.net>
Mon, 8 Jun 2015 09:29:04 +0000 (11:29 +0200)
ext/spl/tests/bug69737.phpt

index 7892c410853d0465faaaaf1da911ccb6e50a737c..fd8bba650856ef30f4c7b0184cbbcd48f5bdd16d 100644 (file)
@@ -13,9 +13,9 @@ $h->insert(6);
 ?>
 ===DONE===
 --EXPECTF--
-Fatal error: Uncaught EngineException: Call to undefined method SplMinHeap::notexist() in %s/bug69737.php:%d
+Fatal error: Uncaught EngineException: Call to undefined method SplMinHeap::notexist() in %s%ebug69737.php:%d
 Stack trace:
 #0 [internal function]: SplMinHeap1->compare(1, 6)
-#1 %s/bug69737.php(%d): SplHeap->insert(6)
+#1 %s%ebug69737.php(%d): SplHeap->insert(6)
 #2 {main}
-  thrown in %s/bug69737.php on line %d
+  thrown in %s%ebug69737.php on line %d