aboutsummaryrefslogtreecommitdiffstats
path: root/vm.cpp
diff options
context:
space:
mode:
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)
{