mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
FuzzTests: simple block test + NOBOOST flag
This commit is contained in:
parent
9db2beacc2
commit
1a88eaa6bd
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user