[libcxx-commits] [libcxx] [libc++][NFC] Refactor `std::array`'s `verify.cpp` tests (PR #173455)

Hristo Hristov via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jan 3 22:58:38 PST 2026


================
@@ -1,24 +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
-//
-//===----------------------------------------------------------------------===//
-
-// <array>
-
-// class array
----------------
Zingam wrote:

This tests [[nodiscard]] on empty. We already tests this elsewhere.

https://github.com/llvm/llvm-project/pull/173455


More information about the libcxx-commits mailing list