comparison tangotests/h.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
comparison
equal deleted inserted replaced
171:95f07e3f8bb9 172:68a7dd38c03c
19 { 19 {
20 return 0; 20 return 0;
21 } 21 }
22 } 22 }
23 23
24 void func() 24 void main()
25 { 25 {
26 scope c = new C; 26 scope c = new C;
27 } 27 }