Update of /cvsroot/nice/Nice/testsuite/compiler/native
In directory sc8-pr-cvs1:/tmp/cvs-serv18600/F:/nice/testsuite/compiler/native
Modified Files:
instanceof.testsuite
Log Message:
Removed empty statements from the testcases.
Index: instanceof.testsuite
===================================================================
RCS file: /cvsroot/nice/Nice/testsuite/compiler/native/instanceof.testsuite,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** instanceof.testsuite 1 Apr 2003 20:25:10 -0000 1.5
--- instanceof.testsuite 30 Nov 2003 14:24:35 -0000 1.6
***************
*** 20,24 ****
/// PASS
if ("A" instanceof String)
! ;
else
throw new Error();
--- 20,24 ----
/// PASS
if ("A" instanceof String)
! {}
else
throw new Error();
***************
*** 33,37 ****
/// PASS
if (true instanceof boolean)
! ;
else
throw new Error();
--- 33,37 ----
/// PASS
if (true instanceof boolean)
! {}
else
throw new Error();
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
|