From 68b17986c7c272d9be8df9a7abb9b162329b9d65 Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Wed, 21 Oct 2020 19:54:04 +0200 Subject: Implement DNF-based `#[cfg]` introspection --- crates/cfg/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/cfg/Cargo.toml') diff --git a/crates/cfg/Cargo.toml b/crates/cfg/Cargo.toml index a6785ee8e..c68e391c1 100644 --- a/crates/cfg/Cargo.toml +++ b/crates/cfg/Cargo.toml @@ -17,3 +17,4 @@ tt = { path = "../tt", version = "0.0.0" } [dev-dependencies] mbe = { path = "../mbe" } syntax = { path = "../syntax" } +expect-test = "1.0" -- cgit v1.2.3