[Nice-commit] Nice/testsuite/compiler/typing coverage.testsuite,1.1,1.2
Brought to you by:
bonniot
From: <ar...@us...> - 2003-09-02 19:57:59
|
Update of /cvsroot/nice/Nice/testsuite/compiler/typing In directory sc8-pr-cvs1:/tmp/cvs-serv27679/F:/nice/testsuite/compiler/typing Modified Files: coverage.testsuite Log Message: Store the location of every null literal and removed deprecated syntax. Index: coverage.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/compiler/typing/coverage.testsuite,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** coverage.testsuite 7 Oct 2002 13:50:35 -0000 1.1 --- coverage.testsuite 2 Sep 2003 19:57:52 -0000 1.2 *************** *** 23,25 **** void method3(String); method3(f@String) {} // this case is mandatory to cover method3 ! method3(/*/// FAIL HERE */ f@null) {} --- 23,25 ---- void method3(String); method3(f@String) {} // this case is mandatory to cover method3 ! method3(/*/// FAIL HERE */null) {} |