diff options
author | Florian Diebold <[email protected]> | 2019-01-06 22:01:33 +0000 |
---|---|---|
committer | Florian Diebold <[email protected]> | 2019-01-06 23:05:19 +0000 |
commit | cf49a11263c4d48720250db0c448b97dbec3d8b9 (patch) | |
tree | 7636e9919e5390b7b6d01d92aaf5336a3fbe590b /crates/ra_hir/src/ty/tests/data/0002_let.txt | |
parent | 6210e82041849bad6129331b9e45ac0bae6fe569 (diff) |
Sort ranges in type inference tests
Also rename the files to remove the numbers (they don't serve a purpose now that
there are only the data files).
Diffstat (limited to 'crates/ra_hir/src/ty/tests/data/0002_let.txt')
-rw-r--r-- | crates/ra_hir/src/ty/tests/data/0002_let.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/crates/ra_hir/src/ty/tests/data/0002_let.txt b/crates/ra_hir/src/ty/tests/data/0002_let.txt deleted file mode 100644 index 916ca25a1..000000000 --- a/crates/ra_hir/src/ty/tests/data/0002_let.txt +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | [21; 22) 'a': [unknown] | ||
2 | [52; 53) '1': usize | ||
3 | [11; 71) '{ ...= b; }': () | ||
4 | [63; 64) 'c': usize | ||
5 | [25; 31) '1isize': [unknown] | ||
6 | [41; 42) 'b': usize | ||
7 | [67; 68) 'b': usize | ||