correction based on review
This commit is contained in:
parent
b08b4848c3
commit
08c7f97526
1 changed files with 2 additions and 2 deletions
|
|
@ -940,14 +940,14 @@ impl Tester for Collector {
|
|||
let report_unused_externs = |uext| {
|
||||
unused_externs.lock().unwrap().push(uext);
|
||||
};
|
||||
let option_no_run = options.no_run;
|
||||
let no_run = config.no_run || options.no_run;
|
||||
let res = run_test(
|
||||
&test,
|
||||
&cratename,
|
||||
line,
|
||||
options,
|
||||
config.should_panic,
|
||||
config.no_run || option_no_run,
|
||||
no_run,
|
||||
config.test_harness,
|
||||
runtool,
|
||||
runtool_args,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue