Skip to content

Commit f17d2d1

Browse files
bors[bot]lnicola
andauthored
Merge #5628
5628: Rename test modules r=matklad a=lnicola Co-authored-by: Laurențiu Nicola <[email protected]>
2 parents e96bfd8 + e5d7b00 commit f17d2d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/ra_assists/src/handlers/raw_string.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ fn test_required_hashes() {
173173
}
174174

175175
#[cfg(test)]
176-
mod test {
176+
mod tests {
177177
use test_utils::mark;
178178

179179
use crate::tests::{check_assist, check_assist_not_applicable, check_assist_target};

crates/ra_hir_expand/src/proc_macro.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ fn remove_derive_attrs(tt: &tt::Subtree) -> Option<tt::Subtree> {
101101
}
102102

103103
#[cfg(test)]
104-
mod test {
104+
mod tests {
105105
use super::*;
106106
use test_utils::assert_eq_text;
107107

0 commit comments

Comments
 (0)