Add unittesting macro

This commit is contained in:
Jens K. Mueller 2010-10-03 01:32:53 +02:00
commit 79f451031b
6 changed files with 61 additions and 0 deletions

4
tests/app_9/moduleB.d Normal file
View file

@ -0,0 +1,4 @@
unittest {
assert(true);
//assert(false);
}