diff options
Diffstat (limited to 'crates/ra_ide/src')
-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 e514f9a2c..0411977b9 100644 --- a/crates/ra_ide/src/syntax_highlighting.rs +++ b/crates/ra_ide/src/syntax_highlighting.rs | |||
@@ -317,7 +317,7 @@ mod tests { | |||
317 | use crate::mock_analysis::{single_file, MockAnalysis}; | 317 | use crate::mock_analysis::{single_file, MockAnalysis}; |
318 | 318 | ||
319 | #[test] | 319 | #[test] |
320 | fn te3st_highlighting() { | 320 | fn test_highlighting() { |
321 | let (analysis, file_id) = single_file( | 321 | let (analysis, file_id) = single_file( |
322 | r#" | 322 | r#" |
323 | #[derive(Clone, Debug)] | 323 | #[derive(Clone, Debug)] |