summaryrefslogtreecommitdiff
path: root/Zend/tests/generators/generator_with_arg_unpacking.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/generators/generator_with_arg_unpacking.phpt')
-rw-r--r--Zend/tests/generators/generator_with_arg_unpacking.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/generators/generator_with_arg_unpacking.phpt b/Zend/tests/generators/generator_with_arg_unpacking.phpt
index edf0bafd31..316fc490df 100644
--- a/Zend/tests/generators/generator_with_arg_unpacking.phpt
+++ b/Zend/tests/generators/generator_with_arg_unpacking.phpt
@@ -9,4 +9,4 @@ $g = call_user_func_array(function() { yield; }, range(1, 16384));
echo "OK\n";
?>
--EXPECT--
-OK \ No newline at end of file
+OK