Nice/testsuite/compiler/abstractInterfaces existingClass.testsuite,1.10,1.11

Arjan Boeijink <[email protected]>
Newsgroups gmane.comp.lang.nice.cvs
Message-ID <[email protected]>
Update of /cvsroot/nice/Nice/testsuite/compiler/abstractInterfaces
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17429/F:/nice/testsuite/compiler/abstractInterfaces

Modified Files:
	existingClass.testsuite 
Log Message:
Removed deprecated pattern syntax from testsuite.

Index: existingClass.testsuite
===================================================================
RCS file: /cvsroot/nice/Nice/testsuite/compiler/abstractInterfaces/existingClass.testsuite,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** existingClass.testsuite	21 Nov 2004 16:26:04 -0000	1.10
--- existingClass.testsuite	1 Mar 2005 18:56:18 -0000	1.11
***************
*** 41,45 ****
    abstract interface I { void f(); }
    class java.lang.String implements I;
!   f(x@String) {}
  
  /// PASS
--- 41,45 ----
    abstract interface I { void f(); }
    class java.lang.String implements I;
!   f(String x) {}
  
  /// PASS
***************
*** 50,54 ****
    }
    class java.io.File finally implements I;
!   f([email protected]) = new java.io.File("foo");
  
  /// FAIL
--- 50,54 ----
    }
    class java.io.File finally implements I;
!   f(java.io.File f) = new java.io.File("foo");
  
  /// FAIL
***************
*** 59,63 ****
    }
    class java.io.File implements I;
!   f([email protected]) = new java.io.File("foo");
  
  /// PASS
--- 59,63 ----
    }
    class java.io.File implements I;
!   f(java.io.File f) = new java.io.File("foo");
  
  /// PASS



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.