Revert "tests: asynchronize some interpreter tests"

This reverts commit 88fb13325a.
This commit is contained in:
Jindřich Moravec 2024-01-26 22:14:09 +01:00
parent 04311ebe48
commit 4dfabb8cc0
2 changed files with 27 additions and 33 deletions

View file

@ -8,4 +8,4 @@ edition = "2021"
[dependencies]
bimap = "0.6.3"
thiserror = "1.0.50"
tokio = { version = "1.35.1", features = ["sync", "rt", "macros"] }
tokio = { version = "1.35.1", features = ["sync"] }