aboutsummaryrefslogtreecommitdiffstats
path: root/vm.cpp
diff options
context:
space:
mode:
authorGav Wood <g@ethdev.com>2014-11-06 01:42:47 +0800
committerGav Wood <g@ethdev.com>2014-11-06 01:42:47 +0800
commit7586bd27610099ebc0f7119e62d556d1db185bd6 (patch)
treece9a1f4e48d40409c5f5dc81f9a92e817073df78 /vm.cpp
parentf8deb4b046036b24afc1d41bf91a3edc2e87412e (diff)
parentb67ed5d065bba211a3b1eee805401c92f1d7a713 (diff)
downloaddexon-solidity-7586bd27610099ebc0f7119e62d556d1db185bd6.tar.gz
dexon-solidity-7586bd27610099ebc0f7119e62d556d1db185bd6.tar.zst
dexon-solidity-7586bd27610099ebc0f7119e62d556d1db185bd6.zip
Merge pull request #473 from CJentzsch/newTests
new tests + reorganization
Diffstat (limited to 'vm.cpp')
-rw-r--r--vm.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/vm.cpp b/vm.cpp
index 6ecfa8f6..8c451abd 100644
--- a/vm.cpp
+++ b/vm.cpp
@@ -683,7 +683,7 @@ void executeTests(const string& _name)
else
testPath = ptestPath;
- testPath += "/vmtests";
+ testPath += "/VMTests";
#ifdef FILL_TESTS
try
@@ -770,11 +770,6 @@ BOOST_AUTO_TEST_CASE(vmPushDupSwapTest)
dev::test::executeTests("vmPushDupSwapTest");
}
-BOOST_AUTO_TEST_CASE(vmSystemOperationsTest)
-{
- dev::test::executeTests("vmSystemOperationsTest");
-}
-
BOOST_AUTO_TEST_CASE(userDefinedFile)
{