From 6a6098d4c31f6b54c8768e32f24182645ac077d6 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 22 Jun 2020 17:30:23 +0200 Subject: Remove RelativePathBuf from fixture The paths in fixture are not really relative (the default one is `/main.rs`), so it doesn't make sense to use `RelativePathBuf` here. --- crates/ra_hir_ty/src/tests/method_resolution.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_hir_ty/src/tests') diff --git a/crates/ra_hir_ty/src/tests/method_resolution.rs b/crates/ra_hir_ty/src/tests/method_resolution.rs index 804297315..a98efb1cc 100644 --- a/crates/ra_hir_ty/src/tests/method_resolution.rs +++ b/crates/ra_hir_ty/src/tests/method_resolution.rs @@ -933,7 +933,7 @@ fn method_resolution_overloaded_method() { test_utils::mark::check!(impl_self_type_match_without_receiver); let t = type_at( r#" -//- main.rs +//- /main.rs struct Wrapper(T); struct Foo(T); struct Bar(T); -- cgit v1.2.3