diff --git a/mozilla/js/tests/js1_5/Regress/regress-68498-001.js b/mozilla/js/tests/js1_5/Regress/regress-68498-001.js index 18f7b501a75..3fb17647a5e 100644 --- a/mozilla/js/tests/js1_5/Regress/regress-68498-001.js +++ b/mozilla/js/tests/js1_5/Regress/regress-68498-001.js @@ -31,7 +31,7 @@ */ //------------------------------------------------------------------------------------------------- var bug = 68498; -var summary ='Testing that variable statement outside any eval creates' + +var summary ='Testing that variable statement outside any eval creates' + ' a DontDelete property of the global object';