From bc4ecb199b4ad3a580d3b29e659e707ce1a29f04 Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Wed, 10 Mar 2021 21:05:02 +0100 Subject: Use expect-test for builtin macro/derive tests --- crates/hir_expand/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/hir_expand/Cargo.toml') diff --git a/crates/hir_expand/Cargo.toml b/crates/hir_expand/Cargo.toml index 7bb40ba9b..f649ab925 100644 --- a/crates/hir_expand/Cargo.toml +++ b/crates/hir_expand/Cargo.toml @@ -25,3 +25,4 @@ mbe = { path = "../mbe", version = "0.0.0" } [dev-dependencies] test_utils = { path = "../test_utils" } +expect-test = "1.1" -- cgit v1.2.3