diff options
author | Anatol Belski <ab@php.net> | 2015-08-21 14:05:58 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-08-21 14:05:58 +0200 |
commit | 9e69ef4ce2b48143249415ea375bc72b5f758dcc (patch) | |
tree | b1ac082dc4e168d629f22dd6ee89fda4481e174d | |
parent | e8f37fe3dc5674c29b49da7f3846d32c42e0e05b (diff) | |
download | php-git-9e69ef4ce2b48143249415ea375bc72b5f758dcc.tar.gz |
fix dir separator in test
-rw-r--r-- | ext/spl/tests/bug69737.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/bug69737.phpt b/ext/spl/tests/bug69737.phpt index d39ce3d4a8..d954fa0830 100644 --- a/ext/spl/tests/bug69737.phpt +++ b/ext/spl/tests/bug69737.phpt @@ -13,4 +13,4 @@ $h->insert(6); ?> ===DONE=== --EXPECTF-- -Fatal error: Call to undefined method SplMinHeap::notexist() in %s/bug69737.php on line %d +Fatal error: Call to undefined method SplMinHeap::notexist() in %s%ebug69737.php on line %d |