[Nice-commit] Nice/testsuite/compiler/typing dti.testsuite,1.5,1.6
Brought to you by:
bonniot
|
From: Artem Gr K. <ar...@us...> - 2005-03-07 20:53:32
|
Update of /cvsroot/nice/Nice/testsuite/compiler/typing In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11965/testsuite/compiler/typing Modified Files: dti.testsuite Log Message: RFE 681385 implemented. Index: dti.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/compiler/typing/dti.testsuite,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** dti.testsuite 7 Mar 2005 08:16:52 -0000 1.5 --- dti.testsuite 7 Mar 2005 20:52:52 -0000 1.6 *************** *** 5,9 **** boolean maybeTrue() = true; ! /// PASS bug ?String s = maybeString(); if (s == null) --- 5,9 ---- boolean maybeTrue() = true; ! /// PASS ?String s = maybeString(); if (s == null) *************** *** 12,16 **** s.substring(1); ! /// PASS bug // Nullness analysis on assignments. RFE# 681385 func( null ).append( "123" ); --- 12,16 ---- s.substring(1); ! /// PASS // Nullness analysis on assignments. RFE# 681385 func( null ).append( "123" ); |