[Nice-commit] Nice/testsuite/compiler/typing instanceof.testsuite,1.10,1.11
Brought to you by:
bonniot
From: <ar...@us...> - 2003-11-20 20:50:33
|
Update of /cvsroot/nice/Nice/testsuite/compiler/typing In directory sc8-pr-cvs1:/tmp/cvs-serv25298/F:/nice/testsuite/compiler/typing Modified Files: instanceof.testsuite Log Message: fix of type checking in anonymous functions. Index: instanceof.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/compiler/typing/instanceof.testsuite,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** instanceof.testsuite 20 Nov 2003 01:20:13 -0000 1.10 --- instanceof.testsuite 20 Nov 2003 20:50:30 -0000 1.11 *************** *** 216,220 **** } ! /// FAIL bug A a = new B(); if (a instanceof B) { --- 216,220 ---- } ! /// FAIL A a = new B(); if (a instanceof B) { *************** *** 222,226 **** { int x = a./* /// FAIL HERE */life; - a = new A(); }; --- 222,225 ---- |