diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-10-15 21:59:33 +0100 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-10-15 21:59:33 +0100 |
commit | 8c74fd96192679525f985b9f6f85e9bdc011aa09 (patch) | |
tree | c606c0c34cb6a1e8ea3ea92b5bac0edaafa4d81e /crates/ra_analysis/tests | |
parent | 575b8635073ae0ea9e2aebbab613daf97fe9af90 (diff) | |
parent | f30a7deff17d7a69e1e9876d96d00392cd8f6fd1 (diff) |
Merge #101
101: migrate to salsa-rs/salsa r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_analysis/tests')
-rw-r--r-- | crates/ra_analysis/tests/tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_analysis/tests/tests.rs b/crates/ra_analysis/tests/tests.rs index 755640fb4..2d3679fa9 100644 --- a/crates/ra_analysis/tests/tests.rs +++ b/crates/ra_analysis/tests/tests.rs | |||
@@ -238,4 +238,4 @@ fn bar() { | |||
238 | assert_eq!(desc.params, vec!["&self".to_string(), "x".to_string()]); | 238 | assert_eq!(desc.params, vec!["&self".to_string(), "x".to_string()]); |
239 | assert_eq!(desc.ret_type, None); | 239 | assert_eq!(desc.ret_type, None); |
240 | assert_eq!(param, Some(1)); | 240 | assert_eq!(param, Some(1)); |
241 | } \ No newline at end of file | 241 | } |