internal: Move out WithFixture into dev-dep only crate

This commit is contained in:
Lukas Wirth 2023-12-18 14:53:11 +01:00
parent ec6162308e
commit f49a2fed3f
59 changed files with 189 additions and 119 deletions

View file

@ -115,8 +115,9 @@ fn assoc_item_of_trait(
mod tests {
use base_db::FilePosition;
use expect_test::{expect, Expect};
use hir::{ChangeFixture, Semantics};
use hir::Semantics;
use syntax::ast::{self, AstNode};
use test_fixture::ChangeFixture;
use crate::RootDatabase;