mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-27 17:13:20 +01:00
[svn r125] Renamed/moved a few backend member inside DMD structures for consistency.
Unit tests are now implemented.
This commit is contained in:
@@ -12,6 +12,8 @@ void main()
|
||||
len = strlen(prefix);
|
||||
assert(len == 0);
|
||||
}
|
||||
|
||||
func();
|
||||
}
|
||||
func2();
|
||||
}
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
module unittest1;
|
||||
|
||||
unittest
|
||||
{
|
||||
}
|
||||
|
||||
void main()
|
||||
{
|
||||
}
|
||||
|
||||
unittest
|
||||
{
|
||||
printf("hello\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user