changeset 1185:feabea588720

fixed location of cast_28.d
author thomask
date Thu, 12 Oct 2006 15:01:10 +0000
parents 04624d579af6
children 6e7b74e51c23
files nocompile/c/cast_28.d nocompile/o/cast_28.d
diffstat 2 files changed, 16 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/c/cast_28.d	Thu Oct 12 15:01:10 2006 +0000
@@ -0,0 +1,16 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	kenny <funisher@gmail.com>
+// @date@	2005-07-17
+// @uri@	news:dbcphe$2s0d$1@digitaldaemon.com
+
+module dstress.nocompile.c.cast_28;
+
+void main(){
+	char[] data;
+	bool* pData;
+
+	pData = &cast(bool*) data;
+} 
--- a/nocompile/o/cast_28.d	Thu Oct 12 15:01:04 2006 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-// $HeadURL$
-// $Date$
-// $Author$
-
-// @author@	kenny <funisher@gmail.com>
-// @date@	2005-07-17
-// @uri@	news:dbcphe$2s0d$1@digitaldaemon.com
-
-module dstress.nocompile.o.cast_28;
-
-void main(){
-	char[] data;
-	bool* pData;
-
-	pData = &cast(bool*) data;
-}