aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitry <winsvega@mail.ru>2015-06-09 23:52:18 +0800
committerDimitry <winsvega@mail.ru>2015-06-17 22:01:31 +0800
commitd3019d9922463a6a7e161e4c1f3775ba7ae6232b (patch)
tree970474e20f1a8c295f9ef61753d0d45fc688cdb7
parent82a61176dda36f313e90132ee350bda1d30ed61b (diff)
downloaddexon-solidity-d3019d9922463a6a7e161e4c1f3775ba7ae6232b.tar.gz
dexon-solidity-d3019d9922463a6a7e161e4c1f3775ba7ae6232b.tar.zst
dexon-solidity-d3019d9922463a6a7e161e4c1f3775ba7ae6232b.zip
Fuzz Tests update
-rw-r--r--TestHelper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TestHelper.h b/TestHelper.h
index b1ad923a..c97d4c01 100644
--- a/TestHelper.h
+++ b/TestHelper.h
@@ -45,7 +45,7 @@
#define TBOOST_THROW_EXCEPTION(arg) BOOST_THROW_EXCEPTION(arg)
#define TBOOST_REQUIRE(arg) BOOST_REQUIRE(arg)
#define TBOOST_REQUIRE_EQUAL(arg1, arg2) BOOST_REQUIRE_EQUAL(arg1, arg2)
- #define TBOOST_CHECK(arg) BOOOST_CHECK(arg)
+ #define TBOOST_CHECK(arg) BOOST_CHECK(arg)
#define TBOOST_CHECK_EQUAL(arg1, arg2) BOOST_CHECK_EQUAL(arg1, arg2)
#define TBOOST_CHECK_MESSAGE(arg1, arg2) BOOST_CHECK_MESSAGE(arg1, arg2)
#define TBOOST_WARN_MESSAGE(arg1, arg2) BOOST_WARN_MESSAGE(arg1, arg2)