Make the standalone parser return an exit code so we can automate testing.
This commit is contained in:
@@ -657,5 +657,5 @@ main(int argc, char **argv)
|
|||||||
|
|
||||||
delete state.symbols;
|
delete state.symbols;
|
||||||
|
|
||||||
return 0;
|
return state.error != 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user