changeset 267:53a4adae7418

extended bug_mtype_507 tests
author thomask
date Fri, 04 Feb 2005 00:14:37 +0000
parents 8a0f597f549a
children 84270944834c
files nocompile/bug_mtype_507_C.d nocompile/bug_mtype_507_D.d nocompile/bug_mtype_507_E.d nocompile/bug_mtype_507_F.d
diffstat 4 files changed, 52 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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 <nehzgnaw@gmail.com>
+// @date@	2005-02-03
+// @uri@	news:ctthp6$25b$1@digitaldaemon.com
+
+module dstress.nocompile.bug_mtype_507_C;
+
+void test(){
+	0==Exception;
+}
--- /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 <nehzgnaw@gmail.com>
+// @date@	2005-02-03
+// @uri@	news:cttjjg$4i0$2@digitaldaemon.com
+
+module dstress.nocompile.bug_mtype_507_D;
+
+void test(){
+	0<Exception;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/bug_mtype_507_E.d	Fri Feb 04 00:14:37 2005 +0000
@@ -0,0 +1,13 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	zwang <nehzgnaw@gmail.com>
+// @date@	2005-02-03
+// @uri@	news:cttjjg$4i0$2@digitaldaemon.com
+
+module dstress.nocompile.bug_mtype_507_E;
+
+void test(){
+	0 + Exception;
+}
--- /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 <nehzgnaw@gmail.com>
+// @date@	2005-02-03
+// @uri@	news:cttjjg$4i0$2@digitaldaemon.com
+
+module dstress.nocompile.bug_mtype_507_F;
+
+void test(){
+	0 && Exception;
+}