diff --git a/mozilla/js/tests/js1_5/Regress/regress-349482-02.js b/mozilla/js/tests/js1_5/Regress/regress-349482-02.js index db56b352e1b..d0fca0c7bea 100755 --- a/mozilla/js/tests/js1_5/Regress/regress-349482-02.js +++ b/mozilla/js/tests/js1_5/Regress/regress-349482-02.js @@ -36,7 +36,7 @@ * ***** END LICENSE BLOCK ***** */ //----------------------------------------------------------------------------- var bug = 349482; -var summary = 'Decompiling try/catch in for..in should not crash'; +var summary = 'Decompiling try/catch in with() should not crash'; var actual = 'No Crash'; var expect = 'No Crash';