Skip to content

Commit

Permalink
tests: generate difficulty tests
Browse files Browse the repository at this point in the history
Date: 2022-08-17 09:02:52-05:00
Signed-off-by: meows <b5c6@protonmail.com>

remove dead code

Signed-off-by: meows <b5c6@protonmail.com>
  • Loading branch information
meowsbits committed Aug 17, 2022
1 parent 2afd721 commit 4b1b83c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions tests/init_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,8 @@ var (
legacyStateTestDir = filepath.Join(baseDir, "LegacyTests", "Constantinople", "GeneralStateTests")
transactionTestDir = filepath.Join(baseDir, "TransactionTests")
rlpTestDir = filepath.Join(baseDir, "RLPTests")
// difficultyTestDir = filepath.Join(baseDir, "BasicTests.core-geth")
difficultyTestDir = filepath.Join(baseDir, "BasicTests")
benchmarksDir = filepath.Join(".", "evm-benchmarks", "benchmarks")
difficultyTestDir = filepath.Join(baseDir, "BasicTests")
benchmarksDir = filepath.Join(".", "evm-benchmarks", "benchmarks")
)

func readJSON(reader io.Reader, value interface{}) error {
Expand Down
2 changes: 1 addition & 1 deletion tests/testdata

0 comments on commit 4b1b83c

Please sign in to comment.