diff tangotests/i.d @ 172:68a7dd38c03c trunk

[svn r188] Fixed using a dereferenced pointer argument as both l- and r-value. fixes tango.io.FileRoots. Reorganized the tangotests dir a bit.
author lindquist
date Tue, 06 May 2008 07:26:27 +0200
parents 44a95ac7368a
children
line wrap: on
line diff
--- a/tangotests/i.d	Tue May 06 05:25:53 2008 +0200
+++ b/tangotests/i.d	Tue May 06 07:26:27 2008 +0200
@@ -14,7 +14,7 @@
     }
 }
 
-void func()
+void main()
 {
     scope c = new C;
 }