Skip to content
Snippets Groups Projects
Commit b0cb2294 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

Revert "[test.common_string] disable test for clang"

This reverts commit 3b81976f77a47bdf06189c7ddf0184b7001c6e45.
parent f7d78174
No related branches found
No related tags found
No related merge requests found
...@@ -166,8 +166,8 @@ TEST(StringTest, ConvertFrom) ...@@ -166,8 +166,8 @@ TEST(StringTest, ConvertFrom)
// Hex, whitespacify, tokenize, stringFromTime tests // Hex, whitespacify, tokenize, stringFromTime tests
TEST(StringTest, Hex) TEST(StringTest, Hex)
{ {
// disabled the following test for Intel anc clang compiler because it causes compilation failures for no obvious reason // disabled the following test for Intel compiler because it causes compilation failures for no obvious reason
#if !(defined __INTEL_COMPILER || BOOST_CLANG) #ifndef __INTEL_COMPILER
EXPECT_GT(boost::lexical_cast<HexToString<unsigned long>>(cout), 0u); EXPECT_GT(boost::lexical_cast<HexToString<unsigned long>>(cout), 0u);
#endif #endif
EXPECT_EQ(boost::lexical_cast<HexToString<unsigned long>>("0x00000F"), 15u); EXPECT_EQ(boost::lexical_cast<HexToString<unsigned long>>("0x00000F"), 15u);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment