summaryrefslogtreecommitdiff
path: root/ext/pdo/tests/bug_47769.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo/tests/bug_47769.phpt')
-rw-r--r--ext/pdo/tests/bug_47769.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo/tests/bug_47769.phpt b/ext/pdo/tests/bug_47769.phpt
index 2c308d9113..daac15574a 100644
--- a/ext/pdo/tests/bug_47769.phpt
+++ b/ext/pdo/tests/bug_47769.phpt
@@ -3,7 +3,7 @@ PDO Common: Bug #47769 (Strange extends PDO)
--SKIPIF--
<?php
if (!extension_loaded("pdo_sqlite"))
- die("skip: PDO_SQLite not available");
+ die("skip: PDO_SQLite not available");
?>
--FILE--
<?php