enable tt feature in crates/cfg tests

This commit is contained in:
Elliot Roberts 2025-10-12 15:47:00 -07:00
parent 4cb250b668
commit 55b73e6b06
2 changed files with 4 additions and 0 deletions

View file

@ -235,6 +235,7 @@ name = "cfg"
version = "0.0.0"
dependencies = [
"arbitrary",
"cfg",
"expect-test",
"intern",
"oorandom",

View file

@ -29,5 +29,8 @@ arbitrary = { version = "1.4.1", features = ["derive"] }
syntax-bridge.workspace = true
syntax.workspace = true
# tt is needed for testing
cfg = { path = ".", default-features = false, features = ["tt"] }
[lints]
workspace = true