# HG changeset patch # User thomask # Date 1107476077 0 # Node ID 53a4adae7418818ab377bd1edd66f21e44f22091 # Parent 8a0f597f549aa65375ff0a33c40d46fcef4d40a2 extended bug_mtype_507 tests diff -r 8a0f597f549a -r 53a4adae7418 nocompile/bug_mtype_507_C.d --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nocompile/bug_mtype_507_C.d Fri Feb 04 00:14:37 2005 +0000 @@ -0,0 +1,13 @@ +// $HeadURL$ +// $Date$ +// $Author$ + +// @author@ zwang +// @date@ 2005-02-03 +// @uri@ news:ctthp6$25b$1@digitaldaemon.com + +module dstress.nocompile.bug_mtype_507_C; + +void test(){ + 0==Exception; +} diff -r 8a0f597f549a -r 53a4adae7418 nocompile/bug_mtype_507_D.d --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nocompile/bug_mtype_507_D.d Fri Feb 04 00:14:37 2005 +0000 @@ -0,0 +1,13 @@ +// $HeadURL$ +// $Date$ +// $Author$ + +// @author@ zwang +// @date@ 2005-02-03 +// @uri@ news:cttjjg$4i0$2@digitaldaemon.com + +module dstress.nocompile.bug_mtype_507_D; + +void test(){ + 0 +// @date@ 2005-02-03 +// @uri@ news:cttjjg$4i0$2@digitaldaemon.com + +module dstress.nocompile.bug_mtype_507_E; + +void test(){ + 0 + Exception; +} diff -r 8a0f597f549a -r 53a4adae7418 nocompile/bug_mtype_507_F.d --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nocompile/bug_mtype_507_F.d Fri Feb 04 00:14:37 2005 +0000 @@ -0,0 +1,13 @@ +// $HeadURL$ +// $Date$ +// $Author$ + +// @author@ zwang +// @date@ 2005-02-03 +// @uri@ news:cttjjg$4i0$2@digitaldaemon.com + +module dstress.nocompile.bug_mtype_507_F; + +void test(){ + 0 && Exception; +}