[Nice-commit] Nice/testsuite/compiler/methods coverage.testsuite,1.1,1.2
Brought to you by:
bonniot
From: <bo...@us...> - 2003-12-16 11:39:13
|
Update of /cvsroot/nice/Nice/testsuite/compiler/methods In directory sc8-pr-cvs1:/tmp/cvs-serv7558/testsuite/compiler/methods Modified Files: coverage.testsuite Log Message: Handle coverage tests of methods with an Object parameter. Index: coverage.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/compiler/methods/coverage.testsuite,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** coverage.testsuite 6 Sep 2003 11:31:10 -0000 1.1 --- coverage.testsuite 16 Dec 2003 11:39:10 -0000 1.2 *************** *** 32,33 **** --- 32,37 ---- } + /// PASS + /// Toplevel + <T> T foo(T x, Object o) = x; + foo(String s, o) = ""; |