diff options
author | Gustav Simonsson <gustav.simonsson@gmail.com> | 2015-05-15 22:05:11 +0800 |
---|---|---|
committer | Gustav Simonsson <gustav.simonsson@gmail.com> | 2015-05-15 22:05:11 +0800 |
commit | dadf01de60dee3d60b71ba354c40c657cdd4c34d (patch) | |
tree | 97a814f72fe396dcf6d8b92c5800257d5553781e /tests/vm | |
parent | c1f0d40e34a80f4453a9a54f90e2d4551c3bdb05 (diff) | |
download | dexon-dadf01de60dee3d60b71ba354c40c657cdd4c34d.tar.gz dexon-dadf01de60dee3d60b71ba354c40c657cdd4c34d.tar.zst dexon-dadf01de60dee3d60b71ba354c40c657cdd4c34d.zip |
unskip StateTests/stTransactionTest and use test tx nonce
Diffstat (limited to 'tests/vm')
-rw-r--r-- | tests/vm/gh_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/vm/gh_test.go b/tests/vm/gh_test.go index 2545affe5..612537ddf 100644 --- a/tests/vm/gh_test.go +++ b/tests/vm/gh_test.go @@ -320,7 +320,6 @@ func TestStateLog(t *testing.T) { } func TestStateTransaction(t *testing.T) { - t.Skip() const fn = "../files/StateTests/stTransactionTest.json" RunVmTest(fn, t) } |