aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_expand/Cargo.toml
diff options
context:
space:
mode:
authorJonas Schievink <[email protected]>2021-03-10 20:05:02 +0000
committerJonas Schievink <[email protected]>2021-03-10 20:05:02 +0000
commitbc4ecb199b4ad3a580d3b29e659e707ce1a29f04 (patch)
tree487a52f6a620479abc33f79380e6933aaa14a726 /crates/hir_expand/Cargo.toml
parent6c32e2d8a045e4ba7d45ac9651572a226324cefa (diff)
Use expect-test for builtin macro/derive tests
Diffstat (limited to 'crates/hir_expand/Cargo.toml')
-rw-r--r--crates/hir_expand/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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" }
25 25
26[dev-dependencies] 26[dev-dependencies]
27test_utils = { path = "../test_utils" } 27test_utils = { path = "../test_utils" }
28expect-test = "1.1"