aboutsummaryrefslogtreecommitdiffstats
path: root/index.js
diff options
context:
space:
mode:
authorethers <ethereum@outlook.com>2014-11-21 11:01:09 +0800
committerethers <ethereum@outlook.com>2014-11-21 11:01:09 +0800
commit90f4f942e68f38e833a727214d5810be3f8f6cf5 (patch)
treef6503a82cf8191f0f366311aadb0e01e81c136b6 /index.js
parentc5e5228e0d47ec237ef6a28e696dda47a4a3a85e (diff)
downloadgo-tangerine-90f4f942e68f38e833a727214d5810be3f8f6cf5.tar.gz
go-tangerine-90f4f942e68f38e833a727214d5810be3f8f6cf5.tar.zst
go-tangerine-90f4f942e68f38e833a727214d5810be3f8f6cf5.zip
typo
Diffstat (limited to 'index.js')
-rw-r--r--index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.js b/index.js
index fb86b4c4b..cd13e813d 100644
--- a/index.js
+++ b/index.js
@@ -20,6 +20,6 @@ module.exports = {
vmIOandFlowOperationsTest: require('./VMTests/vmIOandFlowOperationsTest'),
vmPushDupSwapTest: require('./VMTests/vmPushDupSwapTest'),
vmSha3Test: require('./VMTests/vmSha3Test'),
- vmtestst: require('./VMTests/vmtests'),
+ vmtests: require('./VMTests/vmtests'),
}
};