diff run/typeid_79.d @ 630:ecb96b2bf5cb

fixed module declaration
author thomask
date Sun, 14 Aug 2005 08:38:17 +0000
parents 0db095345640
children 1f76d5b2f458
line wrap: on
line diff
--- a/run/typeid_79.d	Sat Aug 13 21:36:50 2005 +0000
+++ b/run/typeid_79.d	Sun Aug 14 08:38:17 2005 +0000
@@ -1,9 +1,8 @@
-/* $HeadURL$
- * $Date$
- * $Author$
- */
+// $HeadURL$
+// $Date$
+// $Author$
 
-module dstress.run.typeid_78;
+module dstress.run.typeid_79;
 
 union MyUnion{
 	int i;