diff options
author | Anatol Belski <ab@php.net> | 2015-03-25 13:11:27 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-03-25 13:11:27 +0100 |
commit | 8f9cb39cadd0b7690a912721c8a0a63ed704ba46 (patch) | |
tree | 4b6ffadc26166821804a2f4f26ab3495cc6e07cc | |
parent | 1174b399ad325b630ba202abc6671d8055160b99 (diff) | |
download | php-git-8f9cb39cadd0b7690a912721c8a0a63ed704ba46.tar.gz |
fix dir separator in test
-rw-r--r-- | ext/sqlite3/tests/bug68760.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sqlite3/tests/bug68760.phpt b/ext/sqlite3/tests/bug68760.phpt index de89a2cf22..7259893388 100644 --- a/ext/sqlite3/tests/bug68760.phpt +++ b/ext/sqlite3/tests/bug68760.phpt @@ -31,6 +31,6 @@ catch(\Exception $e) { ?> --EXPECTF-- callback -Warning: SQLite3::query(): An error occurred while invoking the compare callback in %a/bug68760.php on line %i +Warning: SQLite3::query(): An error occurred while invoking the compare callback in %a%ebug68760.php on line %i Exception: oops |