shouldn't have a main()

This commit is contained in:
Walter Bright 2010-03-10 01:57:00 +00:00
parent 29add189a2
commit 0cbbd427f2

View file

@ -467,7 +467,4 @@ version( unittest )
send( tid, "the quick brown fox" );
receive( (string val) { writefln( "spawned thread returned: %s", val ); } );
}
void main() {}
}