fix statement is not reachable error in unittest
This commit is contained in:
parent
0e4c9c01ac
commit
71575a8e18
|
@ -31,11 +31,11 @@ import dscanner_version;
|
|||
|
||||
import inifiled;
|
||||
|
||||
version (unittest)
|
||||
void main() {}
|
||||
else
|
||||
int main(string[] args)
|
||||
{
|
||||
version (unittest)
|
||||
return 0;
|
||||
|
||||
bool sloc;
|
||||
bool highlight;
|
||||
bool ctags;
|
||||
|
|
Loading…
Reference in New Issue