[svn r125] Renamed/moved a few backend member inside DMD structures for consistency.

Unit tests are now implemented.
This commit is contained in:
Tomas Lindquist Olsen
2007-11-27 03:09:36 +01:00
parent 935dfae9c8
commit ea362d8402
17 changed files with 144 additions and 111 deletions

View File

@@ -12,6 +12,8 @@ void main()
len = strlen(prefix);
assert(len == 0);
}
func();
}
func2();
}

View File

@@ -1,9 +1,10 @@
module unittest1;
unittest
{
}
void main()
{
}
unittest
{
printf("hello\n");
}