mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-25 17:13:14 +01:00
[svn r364] fixed mini/sync2.d test case.
This commit is contained in:
@@ -4,7 +4,12 @@ class Lock
|
||||
{
|
||||
}
|
||||
|
||||
Lock lock;
|
||||
const Lock lock;
|
||||
|
||||
static this()
|
||||
{
|
||||
lock = new Lock;
|
||||
}
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user