change tests for exp

pull/475/head
Nikhil Parasaram 6 years ago
parent 1dbbc74ab9
commit 6e56d0a8f1
  1. 2
      tests/laser/evm_testsuite/evm_test.py

@ -15,8 +15,6 @@ def load_test_data(designation):
return_data = []
for file_reference in (evm_test_dir / designation).iterdir():
if file_reference.name.startswith('exp'):
continue
with file_reference.open() as file:
top_level = json.load(file)

Loading…
Cancel
Save