diff options
author | Patrick Allaert <patrickallaert@php.net> | 2010-11-08 09:29:15 +0000 |
---|---|---|
committer | Patrick Allaert <patrickallaert@php.net> | 2010-11-08 09:29:15 +0000 |
commit | 817776d1b99c8b4fab8597238ec58019e569abcd (patch) | |
tree | 78375804973248a8e1d37f285294c48a11695eff /tests/basic | |
parent | 53544e36f29c4ad957e97b98901f917fc8fd5774 (diff) | |
download | php-git-817776d1b99c8b4fab8597238ec58019e569abcd.tar.gz |
- Fixed tests not passing under windows because of the directory separator
difference (thanks Eyal Teutsch for reporting)
Diffstat (limited to 'tests/basic')
-rw-r--r-- | tests/basic/bug51709_1.phpt | 2 | ||||
-rw-r--r-- | tests/basic/bug51709_2.phpt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/basic/bug51709_1.phpt b/tests/basic/bug51709_1.phpt index e929df3844..8abb92555d 100644 --- a/tests/basic/bug51709_1.phpt +++ b/tests/basic/bug51709_1.phpt @@ -13,4 +13,4 @@ class foo { ===DONE=== <?php exit(0); ?> --EXPECTF-- -Parse error: syntax error, unexpected T_FOR, expecting T_STRING in %s/bug51709_1.php on line %d +Parse error: syntax error, unexpected T_FOR, expecting T_STRING in %sbug51709_1.php on line %d diff --git a/tests/basic/bug51709_2.phpt b/tests/basic/bug51709_2.phpt index b6224abcf7..7763cafe52 100644 --- a/tests/basic/bug51709_2.phpt +++ b/tests/basic/bug51709_2.phpt @@ -13,4 +13,4 @@ class foo { ===DONE=== <?php exit(0); ?> --EXPECTF-- -Parse error: syntax error, unexpected T_GOTO, expecting T_STRING in %s/bug51709_2.php on line %d +Parse error: syntax error, unexpected T_GOTO, expecting T_STRING in %sbug51709_2.php on line %d |