summaryrefslogtreecommitdiff
path: root/tests/lang/bug24951.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/bug24951.phpt')
-rw-r--r--tests/lang/bug24951.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/bug24951.phpt b/tests/lang/bug24951.phpt
index aa48ab2936..5538e13815 100644
--- a/tests/lang/bug24951.phpt
+++ b/tests/lang/bug24951.phpt
@@ -31,7 +31,7 @@ function t3()
}
t1(); echo "\n";
-t2(); echo "\n";
+t2(); echo "\n";
t3(); echo "\n";
?>
--EXPECT--