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/0007_self.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/0007_self.txt')
-rw-r--r-- | crates/ra_hir/src/ty/tests/data/0007_self.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/crates/ra_hir/src/ty/tests/data/0007_self.txt b/crates/ra_hir/src/ty/tests/data/0007_self.txt deleted file mode 100644 index db4ba17d0..000000000 --- a/crates/ra_hir/src/ty/tests/data/0007_self.txt +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | [50; 54) 'self': &S | ||
2 | [34; 38) 'self': &S | ||
3 | [40; 61) '{ ... }': () | ||
4 | [88; 109) '{ ... }': () | ||
5 | [98; 102) 'self': &S | ||
6 | [75; 79) 'self': &S | ||