diff options
author | nathanwhit <[email protected]> | 2020-04-20 20:49:50 +0100 |
---|---|---|
committer | nathanwhit <[email protected]> | 2020-04-22 17:21:22 +0100 |
commit | dfde73ef90194f90704287876f0e5d3b0cfa2b11 (patch) | |
tree | 6ae4466333419892e740ec778bb033ec5ca69db0 /crates/ra_ide/src/completion | |
parent | 18ad86fddac4c4315df168d84b714cc07b096e0c (diff) |
Update tests to reflect new completions
Diffstat (limited to 'crates/ra_ide/src/completion')
-rw-r--r-- | crates/ra_ide/src/completion/complete_unqualified_path.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide/src/completion/complete_unqualified_path.rs b/crates/ra_ide/src/completion/complete_unqualified_path.rs index b4da342b5..ad00154a3 100644 --- a/crates/ra_ide/src/completion/complete_unqualified_path.rs +++ b/crates/ra_ide/src/completion/complete_unqualified_path.rs | |||
@@ -103,7 +103,7 @@ mod tests { | |||
103 | } | 103 | } |
104 | " | 104 | " |
105 | ), | 105 | ), |
106 | @r###"[]"### | 106 | @"[]" |
107 | ); | 107 | ); |
108 | } | 108 | } |
109 | 109 | ||