aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorethers <ethereum@outlook.com>2014-11-11 06:10:22 +0800
committerethers <ethereum@outlook.com>2014-11-11 06:10:22 +0800
commit2927763d68df91c16a4a463a3fbb91a2e67e22e9 (patch)
tree5fb12061bf5cf1887b533c3a880b65f076aacbe8
parenta0fa91b2b82c2a4b97e08d7e9b32abc1188d0ce0 (diff)
downloadgo-tangerine-2927763d68df91c16a4a463a3fbb91a2e67e22e9.tar.gz
go-tangerine-2927763d68df91c16a4a463a3fbb91a2e67e22e9.tar.zst
go-tangerine-2927763d68df91c16a4a463a3fbb91a2e67e22e9.zip
RandomTests were removed
-rw-r--r--index.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/index.js b/index.js
index d1207d8e4..a19fc2978 100644
--- a/index.js
+++ b/index.js
@@ -7,10 +7,6 @@ module.exports = {
trietest: require('./TrieTests/trietest'),
trietestnextprev: require('./TrieTests/trietestnextprev'),
txtest: require('./BasicTests/txtest'),
- randomTests: {
- 201410211705: require('./randomTests/201410211705'),
- 201410211708: require('./randomTests/201410211708')
- },
StateTests: {
stPreCompiledContracts: require('./StateTests/stPreCompiledContracts'),
stSystemOperationsTest: require('./StateTests/stSystemOperationsTest'),