comparison 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
comparison
equal deleted inserted replaced
37:77cdca8c210f 38:27b2f40bdb58
20 void main() 20 void main()
21 { 21 {
22 //assert(a == S.init); 22 //assert(a == S.init);
23 //assert(b == S(0,3.14f,0,real.init)); 23 //assert(b == S(0,3.14f,0,real.init));
24 } 24 }
25