aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/tests/data/parser/inline/ok/0052_path_type.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_syntax/tests/data/parser/inline/ok/0052_path_type.rs')
-rw-r--r--crates/ra_syntax/tests/data/parser/inline/ok/0052_path_type.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/crates/ra_syntax/tests/data/parser/inline/ok/0052_path_type.rs b/crates/ra_syntax/tests/data/parser/inline/ok/0052_path_type.rs
deleted file mode 100644
index bf94f32e1..000000000
--- a/crates/ra_syntax/tests/data/parser/inline/ok/0052_path_type.rs
+++ /dev/null
@@ -1,4 +0,0 @@
1type A = Foo;
2type B = ::Foo;
3type C = self::Foo;
4type D = super::Foo;