fix failing build
This commit is contained in:
parent
a6bf81bbf7
commit
72f534aae1
@ -846,13 +846,14 @@ fn add_test(&mut self, test: String, config: LangString, line: usize) {
|
||||
test_type: testing::TestType::DocTest,
|
||||
},
|
||||
testfn: testing::DynTestFn(box move || {
|
||||
let option_no_run = options.no_run;
|
||||
let res = run_test(
|
||||
&test,
|
||||
&cratename,
|
||||
line,
|
||||
options,
|
||||
config.should_panic,
|
||||
config.no_run || options.no_run,
|
||||
config.no_run || option_no_run,
|
||||
config.test_harness,
|
||||
runtool,
|
||||
runtool_args,
|
||||
|
Loading…
Reference in New Issue
Block a user