From 51a46f95c6789dc6667018155c24764db72d36db Mon Sep 17 00:00:00 2001 From: Andrzej Krzemienski Date: Tue, 26 Jun 2018 00:04:33 +0200 Subject: [PATCH] testing clang v. --- test/optional_xconfig_HACK_TO_LIST_PREDEFINED_MACROS.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/optional_xconfig_HACK_TO_LIST_PREDEFINED_MACROS.cpp b/test/optional_xconfig_HACK_TO_LIST_PREDEFINED_MACROS.cpp index aa21cf5..f8cf269 100644 --- a/test/optional_xconfig_HACK_TO_LIST_PREDEFINED_MACROS.cpp +++ b/test/optional_xconfig_HACK_TO_LIST_PREDEFINED_MACROS.cpp @@ -40,6 +40,7 @@ int main() #endif BOOST_TEST_EQ(empty, BOOST_COMP_GNUC); + BOOST_TEST_EQ(empty, BOOST_COMP_CLANG); BOOST_TEST_EQ(empty, BOOST_LANG_STDCPP); BOOST_TEST_EQ(empty, BOOST_LIB_C_GNU); BOOST_TEST_EQ(empty, BOOST_LIB_STD_CXX);