mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
feat(errors): enable verrors=context globally (#20576)
Signed-off-by: royalpinto007 <royalpinto007@gmail.com>
This commit is contained in:
parent
c57da0cf59
commit
45e4a09a3e
34 changed files with 87 additions and 52 deletions
|
@ -687,7 +687,7 @@ bool gatherTestParameters(ref TestArgs testArgs, string input_dir, string input_
|
|||
|
||||
// tests can override -verrors by using REQUIRED_ARGS
|
||||
if (testArgs.mode == TestMode.FAIL_COMPILE)
|
||||
testArgs.requiredArgs = "-verrors=0 " ~ testArgs.requiredArgs;
|
||||
testArgs.requiredArgs = "-verrors=simple -verrors=0 " ~ testArgs.requiredArgs;
|
||||
|
||||
{
|
||||
string argSetsStr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue