diff options
author | Aleksey Kladov <[email protected]> | 2019-04-11 15:15:20 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-04-11 15:15:20 +0100 |
commit | 20013de2abb95bc024f55163b1a5044cfb52a873 (patch) | |
tree | 2221a4f959ad4f672e0b421e35d1a0ec3c5d799d /crates/ra_syntax/tests | |
parent | cf2ba2791d57123248141a3066071180f4255b1c (diff) |
fix typo
Diffstat (limited to 'crates/ra_syntax/tests')
-rw-r--r-- | crates/ra_syntax/tests/test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_syntax/tests/test.rs b/crates/ra_syntax/tests/test.rs index 276756c85..91799f8b5 100644 --- a/crates/ra_syntax/tests/test.rs +++ b/crates/ra_syntax/tests/test.rs | |||
@@ -60,7 +60,7 @@ fn reparse_fuzz_tests() { | |||
60 | } | 60 | } |
61 | } | 61 | } |
62 | 62 | ||
63 | /// Test that Rust-analyzer can parse and validate the rust-analyser | 63 | /// Test that Rust-analyzer can parse and validate the rust-analyzer |
64 | /// FIXME: Use this as a benchmark | 64 | /// FIXME: Use this as a benchmark |
65 | #[test] | 65 | #[test] |
66 | fn self_hosting_parsing() { | 66 | fn self_hosting_parsing() { |