[libcxx-commits] [libcxx] [libc++][test] Move `abi.compile.pass.cpp` to `libcxx` subdirectory (PR #76349)

via libcxx-commits libcxx-commits at lists.llvm.org
Sun Dec 24 18:58:33 PST 2023


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libcxx

Author: A. Jiang (frederick-vs-ja)

<details>
<summary>Changes</summary>

This test file mainly asserts the implementation details of libc++, so it should be in the `libcxx` subdirectory.

---
Full diff: https://github.com/llvm/llvm-project/pull/76349.diff


1 Files Affected:

- (renamed) libcxx/test/libcxx/containers/sequences/deque/abi.compile.pass.cpp () 


``````````diff
diff --git a/libcxx/test/std/containers/sequences/deque/abi.compile.pass.cpp b/libcxx/test/libcxx/containers/sequences/deque/abi.compile.pass.cpp
similarity index 100%
rename from libcxx/test/std/containers/sequences/deque/abi.compile.pass.cpp
rename to libcxx/test/libcxx/containers/sequences/deque/abi.compile.pass.cpp

``````````

</details>


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


More information about the libcxx-commits mailing list