aboutsummaryrefslogtreecommitdiffstats
path: root/TestHelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'TestHelper.h')
-rw-r--r--TestHelper.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/TestHelper.h b/TestHelper.h
index 42f85a82..df33c00d 100644
--- a/TestHelper.h
+++ b/TestHelper.h
@@ -31,8 +31,7 @@
#include <libevm/ExtVMFace.h>
#include <libtestutils/Common.h>
-#define DONTUSE_BOOST_MACROS
-#ifdef DONTUSE_BOOST_MACROS
+#ifdef NOBOOST
#define TBOOST_THROW_EXCEPTION(arg) throw dev::Exception();
#define TBOOST_REQUIRE(arg) if(arg == false) throw dev::Exception();
#define TBOOST_REQUIRE_EQUAL(arg1, arg2) if(arg1 != arg2) throw dev::Exception();