summaryrefslogtreecommitdiff
path: root/ext/sqlite3/tests/sqlite3_15_open_error-win.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sqlite3/tests/sqlite3_15_open_error-win.phpt')
-rw-r--r--ext/sqlite3/tests/sqlite3_15_open_error-win.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sqlite3/tests/sqlite3_15_open_error-win.phpt b/ext/sqlite3/tests/sqlite3_15_open_error-win.phpt
index 6289fac849..d9c7e2fa41 100644
--- a/ext/sqlite3/tests/sqlite3_15_open_error-win.phpt
+++ b/ext/sqlite3/tests/sqlite3_15_open_error-win.phpt
@@ -30,7 +30,7 @@ exec($cmd);
unlink($unreadable);
?>
--EXPECTF--
-exception 'Exception' with message 'Unable to open database: %s' in %ssqlite3_15_open_error-win.php:%d
+Exception: Unable to open database: %s in %ssqlite3_15_open_error-win.php:%d
Stack trace:
#0 %ssqlite3_15_open_error-win.php(%d): SQLite3->__construct('%s')
#1 {main}