diff test/structinit.d @ 38:27b2f40bdb58 trunk

[svn r42] Disabled the extensive logging by default. Use the -vv flag to get it back. Fiddled a bit the the testing system. Added a very simple SDL graphics demo.
author lindquist
date Wed, 10 Oct 2007 06:16:48 +0200
parents c53b6e3fe49a
children
line wrap: on
line diff
--- a/test/structinit.d	Wed Oct 10 03:38:24 2007 +0200
+++ b/test/structinit.d	Wed Oct 10 06:16:48 2007 +0200
@@ -22,3 +22,4 @@
     //assert(a == S.init);
     //assert(b == S(0,3.14f,0,real.init));
 }
+