From: Anatol Belski Date: Mon, 8 Jun 2015 09:29:04 +0000 (+0200) Subject: fix dir separator in test X-Git-Tag: php-7.0.0alpha1~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0cd86f6b7783ad09acd98a655f38d1359d9e0c72;p=php fix dir separator in test --- diff --git a/ext/spl/tests/bug69737.phpt b/ext/spl/tests/bug69737.phpt index 7892c41085..fd8bba6508 100644 --- a/ext/spl/tests/bug69737.phpt +++ b/ext/spl/tests/bug69737.phpt @@ -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