remove superflous when true block, retained from when VMTests wasn't passing

This commit is contained in:
Dustin Brody 2018-08-16 16:07:45 -04:00
parent 0db650199b
commit a12b0771d6
1 changed files with 8 additions and 9 deletions

View File

@ -5,12 +5,11 @@
# * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
# at your option. This file may not be copied, modified, or distributed except according to those terms.
when true:
import ./test_code_stream,
./test_gas_meter,
./test_memory,
./test_stack,
./test_opcode,
./test_storage_backends,
./test_genesis,
./test_vm_json
import ./test_code_stream,
./test_gas_meter,
./test_memory,
./test_stack,
./test_opcode,
./test_storage_backends,
./test_genesis,
./test_vm_json