summaryrefslogtreecommitdiff
path: root/ext/session/tests/bug74833.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/session/tests/bug74833.phpt')
-rw-r--r--ext/session/tests/bug74833.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/tests/bug74833.phpt b/ext/session/tests/bug74833.phpt
index 5a0eda71f7..fdd6054f8a 100644
--- a/ext/session/tests/bug74833.phpt
+++ b/ext/session/tests/bug74833.phpt
@@ -16,7 +16,7 @@ var_dump(isset($c['session']['SID']));
ob_end_flush();
?>
==DONE==
---EXPECTF--
+--EXPECT--
bool(true)
==DONE==