mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-02 09:33:46 +00:00
RandomTests were removed
This commit is contained in:
parent
a0fa91b2b8
commit
2927763d68
1 changed files with 0 additions and 4 deletions
4
index.js
4
index.js
|
|
@ -7,10 +7,6 @@ module.exports = {
|
||||||
trietest: require('./TrieTests/trietest'),
|
trietest: require('./TrieTests/trietest'),
|
||||||
trietestnextprev: require('./TrieTests/trietestnextprev'),
|
trietestnextprev: require('./TrieTests/trietestnextprev'),
|
||||||
txtest: require('./BasicTests/txtest'),
|
txtest: require('./BasicTests/txtest'),
|
||||||
randomTests: {
|
|
||||||
201410211705: require('./randomTests/201410211705'),
|
|
||||||
201410211708: require('./randomTests/201410211708')
|
|
||||||
},
|
|
||||||
StateTests: {
|
StateTests: {
|
||||||
stPreCompiledContracts: require('./StateTests/stPreCompiledContracts'),
|
stPreCompiledContracts: require('./StateTests/stPreCompiledContracts'),
|
||||||
stSystemOperationsTest: require('./StateTests/stSystemOperationsTest'),
|
stSystemOperationsTest: require('./StateTests/stSystemOperationsTest'),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue