[UBsan] Added macro CDS_SUPPRESS_SANITIZE for sanitizers to suppress some warnings
[libcds.git] / test / unit / misc / asan_errors.cpp
index 0d991f66dfc5472d2e6c810731720ebdfb2b1f66..17ebaa87e30b224dc1c285ef17639e0ede043af6 100644 (file)
@@ -28,7 +28,7 @@
     OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */
 
-#ifdef CDS_ASAN_ENABLED
+#ifdef CDS_ADDRESS_SANITIZER_ENABLED
 
 #include <gtest/gtest.h>
 
@@ -76,4 +76,4 @@ namespace {
     }
 } // namespace
 
-#endif // #ifdef CDS_ASAN_ENABLED
+#endif // #ifdef CDS_ADDRESS_SANITIZER_ENABLED