aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TestHelper.cpp2
-rw-r--r--state.cpp2
2 files changed, 1 insertions, 3 deletions
diff --git a/TestHelper.cpp b/TestHelper.cpp
index b9c3223d..ca46c2ca 100644
--- a/TestHelper.cpp
+++ b/TestHelper.cpp
@@ -27,7 +27,7 @@
#include <libethereum/Client.h>
#include <liblll/Compiler.h>
-#define FILL_TESTS
+//#define FILL_TESTS
using namespace std;
using namespace dev::eth;
diff --git a/state.cpp b/state.cpp
index 2e313cc4..9c0a7188 100644
--- a/state.cpp
+++ b/state.cpp
@@ -20,8 +20,6 @@
* State test functions.
*/
-#define FILL_TESTS
-
#include <boost/filesystem/operations.hpp>
#include <boost/test/unit_test.hpp>
#include "JsonSpiritHeaders.h"