JavaScript Test Library - regression test for bug 349482, fix summary

git-svn-id: svn://10.0.0.236/trunk@208066 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bclary%bclary.com
2006-08-21 23:29:33 +00:00
parent 5cbf08f5c7
commit 5779b4cd7c

View File

@@ -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';