From 2b53639e381b1f17c829fb33f6e4135a9c930f41 Mon Sep 17 00:00:00 2001 From: David Lattimore Date: Tue, 21 Jul 2020 21:32:09 +1000 Subject: SSR: Use expect! in tests --- crates/ra_ssr/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crates/ra_ssr/Cargo.toml') diff --git a/crates/ra_ssr/Cargo.toml b/crates/ra_ssr/Cargo.toml index fe098aaee..84e4b171e 100644 --- a/crates/ra_ssr/Cargo.toml +++ b/crates/ra_ssr/Cargo.toml @@ -18,3 +18,6 @@ ra_ide_db = { path = "../ra_ide_db" } hir = { path = "../ra_hir", package = "ra_hir" } rustc-hash = "1.1.0" test_utils = { path = "../test_utils" } + +[dev-dependencies] +expect = { path = "../expect" } -- cgit v1.2.3