[Nice-commit] Nice/testsuite/compiler/native visibility.testsuite,1.1,1.2
Brought to you by:
bonniot
|
From: Daniel B. <bo...@us...> - 2005-04-09 22:02:37
|
Update of /cvsroot/nice/Nice/testsuite/compiler/native In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13636/testsuite/compiler/native Modified Files: visibility.testsuite Log Message: Change the testcase to the same situation with a constructor present in JDK 1.3 Index: visibility.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/compiler/native/visibility.testsuite,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** visibility.testsuite 8 Apr 2005 16:59:03 -0000 1.1 --- visibility.testsuite 9 Apr 2005 22:02:28 -0000 1.2 *************** *** 1,2 **** /// FAIL ! java.net.Inet4Address /*/// FAIL HERE*/ ip = new java.net.Inet4Address(); --- 1,2 ---- /// FAIL ! let x = /*/// FAIL HERE*/ new javax.swing.tree.TreePath(); |