tests: update rustdoc test for renamed assert_dirs_are_equal
This commit is contained in:
parent
30bdc4a309
commit
a00b860bfc
@ -1,7 +1,7 @@
|
|||||||
use run_make_support::fs as rfs;
|
use run_make_support::fs as rfs;
|
||||||
use std::path::{Path, PathBuf};
|
use std::path::{Path, PathBuf};
|
||||||
|
|
||||||
use run_make_support::{assert_recursive_eq, rustdoc};
|
use run_make_support::{assert_dirs_are_equal, rustdoc};
|
||||||
|
|
||||||
#[derive(PartialEq)]
|
#[derive(PartialEq)]
|
||||||
enum JsonOutput {
|
enum JsonOutput {
|
||||||
@ -45,5 +45,5 @@ fn main() {
|
|||||||
|
|
||||||
// Check if all docs(including both json and html formats) are still the same after multiple
|
// Check if all docs(including both json and html formats) are still the same after multiple
|
||||||
// compilations.
|
// compilations.
|
||||||
assert_recursive_eq(&out_dir, &tmp_out_dir);
|
assert_dirs_are_equal(&out_dir, &tmp_out_dir);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user