json-tests: Fix compile error (#11384)

This commit is contained in:
Akihito Nakano 2020-01-16 18:15:22 +09:00 committed by David
parent a9214081c0
commit d3b4898339
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ evm-debug-tests = ["evm-debug", "evm/evm-debug-tests"]
# EVM debug traces are printed.
slow-blocks = []
# Run JSON consensus tests.
json-tests = ["env_logger", "test-helpers", "lazy_static", "machine/test-helpers"]
json-tests = ["env_logger", "test-helpers", "lazy_static", "machine/test-helpers", "common-types/test-helpers"]
# Run memory/cpu heavy tests.
test-heavy = []
# Compile test helpers