From 8cc57370caa03ff4055d7568e9b52ac93b5bc42b Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 22 Jan 2018 07:54:22 +0200 Subject: [PATCH] Revert "Disable std_mismatch_test when UBSAN is defined" This reverts commit 22189fce9528cdb17ae88993e3091fe5f2afc40a. --- test/std_mismatch_test.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/test/std_mismatch_test.cpp b/test/std_mismatch_test.cpp index af24196..37a606b 100644 --- a/test/std_mismatch_test.cpp +++ b/test/std_mismatch_test.cpp @@ -12,13 +12,10 @@ # define _CRT_SECURE_NO_WARNINGS #include -#include #include #if defined(BOOST_NO_CXX11_HDR_SYSTEM_ERROR) -BOOST_PRAGMA_MESSAGE("Skipping test, BOOST_NO_CXX11_HDR_SYSTEM_ERROR is defined") - int main() { std::cout @@ -26,11 +23,6 @@ int main() " support header so interoperation will not be tested.\n"; } -#elif defined(UBSAN) - -BOOST_PRAGMA_MESSAGE("Skipping test, UBSAN is defined") -int main() {} - #else #include