From: khizmax Date: Sun, 5 Mar 2017 08:16:17 +0000 (+0300) Subject: Removed asan_errors.cpp from build X-Git-Tag: v2.3.0~144 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c359ad6623cdf77c0bb02f7cc1dd737e8fd73cae;p=libcds.git Removed asan_errors.cpp from build --- diff --git a/projects/Win/vc14/gtest-misc.vcxproj b/projects/Win/vc14/gtest-misc.vcxproj index 885cd15b..54d9e8cd 100644 --- a/projects/Win/vc14/gtest-misc.vcxproj +++ b/projects/Win/vc14/gtest-misc.vcxproj @@ -28,7 +28,14 @@ - + + true + true + true + true + true + true + diff --git a/test/unit/misc/CMakeLists.txt b/test/unit/misc/CMakeLists.txt index 0d6337d9..3b953ac3 100644 --- a/test/unit/misc/CMakeLists.txt +++ b/test/unit/misc/CMakeLists.txt @@ -2,7 +2,6 @@ set(PACKAGE_NAME unit-misc) set(CDSGTEST_MISC_SOURCES ../main.cpp - asan_errors.cpp bitop.cpp cxx11_atomic_class.cpp cxx11_atomic_func.cpp