Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'xtask/src/tidy.rs')
| -rw-r--r-- | xtask/src/tidy.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xtask/src/tidy.rs b/xtask/src/tidy.rs index 98e52e7e97..e85f518286 100644 --- a/xtask/src/tidy.rs +++ b/xtask/src/tidy.rs @@ -338,3 +338,8 @@ fn find_marks(set: &mut HashSet<String>, text: &str, mark: &str) { } } } + +#[test] +fn test() { + Tidy {}.run(&Shell::new().unwrap()).unwrap(); +} |