aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vm.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/vm.cpp b/vm.cpp
index 53879a29..54f3b8ce 100644
--- a/vm.cpp
+++ b/vm.cpp
@@ -24,7 +24,7 @@
#include <libdevcore/CommonIO.h>
#include <boost/filesystem/path.hpp>
-#define FILL_TESTS
+//#define FILL_TESTS
using namespace std;
using namespace json_spirit;
@@ -751,4 +751,3 @@ BOOST_AUTO_TEST_CASE(vmSystemOperationsTest)
{
dev::test::executeTests("vmSystemOperationsTest");
}
-