Update of /cvsroot/nice/Nice/testsuite/compiler/expressions/arrays
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23127/testsuite/compiler/expressions/arrays
Modified Files:
literal.testsuite
Log Message:
For literal arrays and tuples without a specified type, promote byte and
short to int.
Index: literal.testsuite
===================================================================
RCS file:
/cvsroot/nice/Nice/testsuite/compiler/expressions/arrays/literal.testsuite,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** literal.testsuite 11 Feb 2004 12:46:38 -0000 1.11
--- literal.testsuite 2 Jul 2004 15:14:58 -0000 1.12
***************
*** 3,7 ****
/// PASS
! assert("[B".equals([1,2,3].getClass().getName()));
/// PASS
--- 3,7 ----
/// PASS
! assert("[I".equals([1,2,3].getClass().getName()));
/// PASS
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
|