mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 14:40:30 +03:00
shouldn't have a main()
This commit is contained in:
parent
29add189a2
commit
0cbbd427f2
1 changed files with 0 additions and 3 deletions
|
@ -467,7 +467,4 @@ version( unittest )
|
|||
send( tid, "the quick brown fox" );
|
||||
receive( (string val) { writefln( "spawned thread returned: %s", val ); } );
|
||||
}
|
||||
|
||||
|
||||
void main() {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue