summaryrefslogtreecommitdiff
path: root/boost/test/detail/throw_exception.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/test/detail/throw_exception.hpp')
-rw-r--r--boost/test/detail/throw_exception.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/test/detail/throw_exception.hpp b/boost/test/detail/throw_exception.hpp
index 1568ec3c29..3f2f4687d3 100644
--- a/boost/test/detail/throw_exception.hpp
+++ b/boost/test/detail/throw_exception.hpp
@@ -13,9 +13,9 @@
#define BOOST_TEST_DETAIL_THROW_EXCEPTION_HPP
// Boost
-#include <boost/config.hpp> // BOOST_NO_EXCEPTION
+#include <boost/config.hpp> // BOOST_NO_EXCEPTIONS
-#ifdef BOOST_NO_EXCEPTION
+#ifdef BOOST_NO_EXCEPTIONS
// C RUNTIME
#include <stdlib.h>