From 0cd86f6b7783ad09acd98a655f38d1359d9e0c72 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Mon, 8 Jun 2015 11:29:04 +0200 Subject: [PATCH] fix dir separator in test --- ext/spl/tests/bug69737.phpt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.40.0