diff 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
line wrap: on
line diff
--- a/test/unittest1.d	Thu Oct 25 09:48:36 2007 +0200
+++ b/test/unittest1.d	Thu Oct 25 10:05:21 2007 +0200
@@ -3,3 +3,7 @@
 unittest
 {
 }
+
+void main()
+{
+}