comparison test/unittest1.d @ 63:2c39b5292cf3 trunk

[svn r67] Fixed ignore unittests instead of failing to compile
author lindquist
date Thu, 25 Oct 2007 10:05:21 +0200
parents 881158a93592
children 9c79b61fb638
comparison
equal deleted inserted replaced
62:b86e00b938a5 63:2c39b5292cf3
1 module unittest1; 1 module unittest1;
2 2
3 unittest 3 unittest
4 { 4 {
5 } 5 }
6
7 void main()
8 {
9 }