summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/tests/watch_002.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/phpdbg/tests/watch_002.phpt')
-rw-r--r--sapi/phpdbg/tests/watch_002.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phpdbg/tests/watch_002.phpt b/sapi/phpdbg/tests/watch_002.phpt
index c0d9536e9d..52336c08d0 100644
--- a/sapi/phpdbg/tests/watch_002.phpt
+++ b/sapi/phpdbg/tests/watch_002.phpt
@@ -3,7 +3,7 @@ Test simple array watchpoint with replace
--SKIPIF--
<?php
if (PHP_INT_SIZE == 4) {
- die("xfail There may be flaws in the implementation of watchpoints that cause failures")
+ die("xfail There may be flaws in the implementation of watchpoints that cause failures");
}
?>
--PHPDBG--