[libcxx-commits] [libcxx] c3276a9 - [libc++] Disable deprecation warnings in derived_from_integral_constant.compile.pass.cpp

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Sat Dec 14 07:19:53 PST 2024


Author: Nikolas Klauser
Date: 2024-12-14T16:19:40+01:00
New Revision: c3276a96d909233b836e839a23a7ad510fae407a

URL: https://github.com/llvm/llvm-project/commit/c3276a96d909233b836e839a23a7ad510fae407a
DIFF: https://github.com/llvm/llvm-project/commit/c3276a96d909233b836e839a23a7ad510fae407a.diff

LOG: [libc++] Disable deprecation warnings in derived_from_integral_constant.compile.pass.cpp

Added: 
    

Modified: 
    libcxx/test/std/utilities/meta/derived_from_integral_constant.compile.pass.cpp

Removed: 
    


################################################################################
diff  --git a/libcxx/test/std/utilities/meta/derived_from_integral_constant.compile.pass.cpp b/libcxx/test/std/utilities/meta/derived_from_integral_constant.compile.pass.cpp
index 57c6346e35a897..4209bd6be65412 100644
--- a/libcxx/test/std/utilities/meta/derived_from_integral_constant.compile.pass.cpp
+++ b/libcxx/test/std/utilities/meta/derived_from_integral_constant.compile.pass.cpp
@@ -10,7 +10,7 @@
 
 // Check that type traits derive from integral_constant
 
-// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DISABLE_EXTENSION_WARNING
+// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS
 
 #include <cstddef>
 #include <type_traits>


        


More information about the libcxx-commits mailing list