diff options
Diffstat (limited to 'crates/ra_hir_ty/src/tests')
-rw-r--r-- | crates/ra_hir_ty/src/tests/simple.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_hir_ty/src/tests/simple.rs b/crates/ra_hir_ty/src/tests/simple.rs index fd2208af2..daa9cc953 100644 --- a/crates/ra_hir_ty/src/tests/simple.rs +++ b/crates/ra_hir_ty/src/tests/simple.rs | |||
@@ -937,7 +937,7 @@ fn main(foo: Foo) { | |||
937 | 51..107 'if tru... }': () | 937 | 51..107 'if tru... }': () |
938 | 54..58 'true': bool | 938 | 54..58 'true': bool |
939 | 59..67 '{ }': () | 939 | 59..67 '{ }': () |
940 | 73..107 'if fal... }': () | 940 | 73..107 'if fal... }': i32 |
941 | 76..81 'false': bool | 941 | 76..81 'false': bool |
942 | 82..107 '{ ... }': i32 | 942 | 82..107 '{ ... }': i32 |
943 | 92..95 'foo': Foo | 943 | 92..95 'foo': Foo |