diff options
Diffstat (limited to 'crates/ra_ide/src/syntax_highlighting.rs')
-rw-r--r-- | crates/ra_ide/src/syntax_highlighting.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide/src/syntax_highlighting.rs b/crates/ra_ide/src/syntax_highlighting.rs index 56a36f587..f06a8933e 100644 --- a/crates/ra_ide/src/syntax_highlighting.rs +++ b/crates/ra_ide/src/syntax_highlighting.rs | |||
@@ -312,7 +312,7 @@ mod tests { | |||
312 | use test_utils::{assert_eq_text, project_dir, read_text}; | 312 | use test_utils::{assert_eq_text, project_dir, read_text}; |
313 | 313 | ||
314 | #[test] | 314 | #[test] |
315 | fn test_highlighting() { | 315 | fn te3st_highlighting() { |
316 | let (analysis, file_id) = single_file( | 316 | let (analysis, file_id) = single_file( |
317 | r#" | 317 | r#" |
318 | #[derive(Clone, Debug)] | 318 | #[derive(Clone, Debug)] |