[Nice-commit] Nice/testsuite/compiler/native instanceof.testsuite,1.5,1.6
Brought to you by:
bonniot
From: <ar...@us...> - 2003-11-30 14:24:38
|
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(); |