summaryrefslogtreecommitdiff
path: root/ext/pspell/tests/005.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pspell/tests/005.phpt')
-rw-r--r--ext/pspell/tests/005.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pspell/tests/005.phpt b/ext/pspell/tests/005.phpt
index 8aeb206031..17ed1904b8 100644
--- a/ext/pspell/tests/005.phpt
+++ b/ext/pspell/tests/005.phpt
@@ -33,7 +33,7 @@ var_dump(strpos(file_get_contents("$wordlist.tmp"), 'ola') !== FALSE);
unlink("$wordlist.tmp");
?>
--EXPECTF--
-Warning: pspell_new_personal(): PSPELL couldn't open the dictionary. reason: The file "%s005.php" is not in the proper format. in %s005.php on line 5
+Warning: pspell_new_personal(): PSPELL couldn't open the dictionary. reason: The file "%s005.php" is not in the proper format. in %s005.php on line 5
bool(false)
bool(true)
--