[Nice-commit] Nice/testsuite/compiler/designByContract methods.testsuite,1.6,1.7
Brought to you by:
bonniot
From: Daniel B. <bo...@us...> - 2004-06-30 09:42:44
|
Update of /cvsroot/nice/Nice/testsuite/compiler/designByContract In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15997/testsuite/compiler/designByContract Modified Files: methods.testsuite Log Message: Set context for 'this' variable. Index: methods.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/compiler/designByContract/methods.testsuite,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** methods.testsuite 29 Jun 2004 19:27:32 -0000 1.6 --- methods.testsuite 30 Jun 2004 09:42:33 -0000 1.7 *************** *** 85,89 **** assert ok; ! /// PASS bug /// Toplevel class A { ?int foo; } --- 85,94 ---- assert ok; ! /// PASS ! // bug #982048 ! // Use of 'this' in a contract ! ! bar(new A(foo: null)); ! /// Toplevel class A { ?int foo; } |