[Nice-commit] Nice/testsuite/compiler/native constructors.testsuite,1.1,1.2
Brought to you by:
bonniot
From: <bo...@us...> - 2003-12-03 21:50:44
|
Update of /cvsroot/nice/Nice/testsuite/compiler/native In directory sc8-pr-cvs1:/tmp/cvs-serv1807/testsuite/compiler/native Modified Files: constructors.testsuite Log Message: Made Object a super-type of every monotype. Index: constructors.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/compiler/native/constructors.testsuite,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** constructors.testsuite 22 Jun 2003 09:51:56 -0000 1.1 --- constructors.testsuite 3 Dec 2003 21:50:40 -0000 1.2 *************** *** 45,49 **** Runnable r = thread(() => ran = true); ! A instance = cast(make.newInstance([object(r)])); instance.start(); try { instance.join(); } --- 45,49 ---- Runnable r = thread(() => ran = true); ! A instance = cast(make.newInstance([r])); instance.start(); try { instance.join(); } |