diff --git a/js/tests/ecma_3/ExecutionContexts/10.1.3-1.js b/js/tests/ecma_3/ExecutionContexts/10.1.3-1.js index d937d98969b4..236e7647be3a 100644 --- a/js/tests/ecma_3/ExecutionContexts/10.1.3-1.js +++ b/js/tests/ecma_3/ExecutionContexts/10.1.3-1.js @@ -44,7 +44,7 @@ //----------------------------------------------------------------------------- var UBound = 0; var bug = '(none)'; -var summary = 'Testing: formal parameters to a function sharing the same name'; +var summary = 'Testing functions having duplicate formal parameter names'; var status = ''; var statusitems = []; var actual = '';