[Nice-commit] Nice/testsuite/compiler/statements exceptions.testsuite,1.1,1.2
Brought to you by:
bonniot
From: <bo...@us...> - 2003-12-09 17:24:08
|
Update of /cvsroot/nice/Nice/testsuite/compiler/statements In directory sc8-pr-cvs1:/tmp/cvs-serv5417/testsuite/compiler/statements Modified Files: exceptions.testsuite Log Message: The error now gets reported at a different location, which is equally valid. Index: exceptions.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/compiler/statements/exceptions.testsuite,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** exceptions.testsuite 6 Dec 2002 15:36:19 -0000 1.1 --- exceptions.testsuite 9 Dec 2003 17:24:03 -0000 1.2 *************** *** 1,2 **** /// FAIL ! throw /*/// FAIL HERE */ java.lang.Exception; --- 1,2 ---- /// FAIL ! /*/// FAIL HERE */ throw java.lang.Exception; |