mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-27 08:07:22 +00:00
add refund tests
This commit is contained in:
parent
07cfec33f8
commit
6567f9d0b2
1 changed files with 1 additions and 0 deletions
1
index.js
1
index.js
|
|
@ -16,6 +16,7 @@ module.exports = {
|
|||
stLogTests: require('./StateTests/stLogTests.json'),
|
||||
stPreCompiledContracts: require('./StateTests/stPreCompiledContracts'),
|
||||
stRecursiveCreate: require('./StateTests/stRecursiveCreate'),
|
||||
stRefundTest: require('./StateTests/stRefundTest'),
|
||||
stSpecial: require('./StateTests/stSpecialTest'),
|
||||
stSystemOperationsTest: require('./StateTests/stSystemOperationsTest'),
|
||||
stTransactionTest: require('./StateTests/stTransactionTest')
|
||||
|
|
|
|||
Loading…
Reference in a new issue