[libcxx-commits] [libcxx] 97e013d - [libc++] Re generate header tests

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 1 09:19:26 PST 2022


Author: Louis Dionne
Date: 2022-03-01T12:19:21-05:00
New Revision: 97e013dd6ba4afc2c20cec1abe8b443f55c3310c

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

LOG: [libc++] Re generate header tests

This must have been missed in 368faacac7525.

Added: 
    

Modified: 
    

Removed: 
    libcxx/test/libcxx/diagnostics/detail.headers/random/is_valid.header.verify.cpp


################################################################################
diff  --git a/libcxx/test/libcxx/diagnostics/detail.headers/random/is_valid.header.verify.cpp b/libcxx/test/libcxx/diagnostics/detail.headers/random/is_valid.header.verify.cpp
deleted file mode 100644
index dab714a0f041b..0000000000000
--- a/libcxx/test/libcxx/diagnostics/detail.headers/random/is_valid.header.verify.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-//===----------------------------------------------------------------------===//
-//
-// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
-// See https://llvm.org/LICENSE.txt for license information.
-// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
-//
-//===----------------------------------------------------------------------===//
-
-// UNSUPPORTED: modules-build
-// UNSUPPORTED: clang-11, clang-12, clang-13
-// UNSUPPORTED: apple-clang-11, apple-clang-12, apple-clang-13
-// UNSUPPORTED: gcc-11
-// UNSUPPORTED: libcpp-has-no-localization, libcpp-has-no-threads
-// ADDITIONAL_COMPILE_FLAGS: -U_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER
-
-// WARNING: This test was generated by 'generate_private_header_tests.py'
-// and should not be edited manually.
-
-#include <__random/is_valid.h>
-// expected-error at -1 {{header '<__random/is_valid.h>' is an implementation detail; #include '<random>' instead}}


        


More information about the libcxx-commits mailing list