[Nice-commit] Nice/testsuite/compiler/statements exceptions.testsuite,1.3,1.4
Brought to you by:
bonniot
From: Daniel B. <bo...@us...> - 2004-04-15 10:03:28
|
Update of /cvsroot/nice/Nice/testsuite/compiler/statements In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9018/testsuite/compiler/statements Modified Files: exceptions.testsuite Log Message: Handle catch blocks that have an anonymous function capturing the exception. Index: exceptions.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/compiler/statements/exceptions.testsuite,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** exceptions.testsuite 2 Apr 2004 17:26:23 -0000 1.3 --- exceptions.testsuite 15 Apr 2004 10:03:19 -0000 1.4 *************** *** 2,7 **** /*/// FAIL HERE */ throw java.lang.Exception; ! /// PASS bug ! if ( 3 < 4) { try {} --- 2,7 ---- /*/// FAIL HERE */ throw java.lang.Exception; ! /// PASS ! if (3 < 4) { try {} |