aboutsummaryrefslogtreecommitdiffstats
path: root/vm.cpp
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2014-06-28 05:47:24 +0800
committerGav Wood <i@gavwood.com>2014-06-28 05:47:24 +0800
commitb62f71c699de687268b5d83a526f66027fca07ea (patch)
tree075bf6824f198776505f5f6e0fed6a1ac978cb7a /vm.cpp
parentd737f6df42f98c42d98d7bd4bad8a8c96e61d5a1 (diff)
downloaddexon-solidity-b62f71c699de687268b5d83a526f66027fca07ea.tar.gz
dexon-solidity-b62f71c699de687268b5d83a526f66027fca07ea.tar.zst
dexon-solidity-b62f71c699de687268b5d83a526f66027fca07ea.zip
Project refactor. Introduce the Serpent library.
Diffstat (limited to 'vm.cpp')
-rw-r--r--vm.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/vm.cpp b/vm.cpp
index f5970417..1d5c630f 100644
--- a/vm.cpp
+++ b/vm.cpp
@@ -22,8 +22,8 @@
#include <fstream>
#include <cstdint>
-#include <libethsupport/Log.h>
-#include <libethcore/Instruction.h>
+#include <libethential/Log.h>
+#include <libevmface/Instruction.h>
#include <libevm/ExtVMFace.h>
#include <libevm/VM.h>
#include <liblll/Compiler.h>
@@ -470,7 +470,7 @@ void doTests(json_spirit::mValue& v, bool _fillin)
BOOST_AUTO_TEST_CASE(vm_tests)
{
// Populate tests first:
- try
+ /*try
{
cnote << "Populating VM tests...";
json_spirit::mValue v;
@@ -483,7 +483,7 @@ BOOST_AUTO_TEST_CASE(vm_tests)
catch (std::exception const& e)
{
BOOST_ERROR("Failed VM Test with Exception: " << e.what());
- }
+ }*/
try
{