[Nice-commit] Nice/testsuite/compiler/typing instanceof.testsuite,1.18,1.19
Brought to you by:
bonniot
From: <ar...@us...> - 2003-11-30 14:24:42
|
Update of /cvsroot/nice/Nice/testsuite/compiler/typing In directory sc8-pr-cvs1:/tmp/cvs-serv18600/F:/nice/testsuite/compiler/typing Modified Files: instanceof.testsuite Log Message: Removed empty statements from the testcases. Index: instanceof.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/compiler/typing/instanceof.testsuite,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** instanceof.testsuite 25 Nov 2003 10:41:10 -0000 1.18 --- instanceof.testsuite 30 Nov 2003 14:24:35 -0000 1.19 *************** *** 33,37 **** a = new B(); if (a instanceof B) ! ; else throw new Error(); --- 33,37 ---- a = new B(); if (a instanceof B) ! {} else throw new Error(); |