Browse Source

undefined FILL_TESTS and some minor style fixes

cl-refactor
Christoph Jentzsch 10 years ago
parent
commit
69082f5fb6
  1. 4
      libethereum/State.h
  2. 2
      test/vm.cpp

4
libethereum/State.h

@ -32,16 +32,12 @@
#include <libethcore/Dagger.h>
#include <libevm/FeeStructure.h>
#include <libevm/ExtVMFace.h>
#include "TransactionQueue.h"
#include "AddressState.h"
#include "Transaction.h"
#include "Executive.h"
#include "AccountDiff.h"
//#include <test/vm.h>
namespace dev
{
namespace test{ class FakeExtVM;}

2
test/vm.cpp

@ -22,7 +22,7 @@
#include "vm.h"
#define FILL_TESTS
//#define FILL_TESTS
using namespace std;
using namespace json_spirit;

Loading…
Cancel
Save