[svn r16] * Updated all tests to have a main

* Updated runalltests to both compile and run the tests
This commit is contained in:
Tomas Lindquist Olsen
2007-10-02 05:27:44 +02:00
parent 4eab68b36c
commit 6e85d0f89e
4 changed files with 25 additions and 7 deletions
+1 -1
View File
@@ -17,5 +17,5 @@ void main()
{
scope c = new C;
c.g();
assert(c.i == 43);
assert(c.i == 42);
}