[all-commits] [llvm/llvm-project] 5dc1da: [libc++][nfc] Use TEST_SAFE_STATIC.
mordante via All-commits
all-commits at lists.llvm.org
Tue Feb 8 08:39:35 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5dc1da3e304c9ec22b6e0f880adfe54f8939d8ee
https://github.com/llvm/llvm-project/commit/5dc1da3e304c9ec22b6e0f880adfe54f8939d8ee
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2022-02-08 (Tue, 08 Feb 2022)
Changed paths:
M libcxx/test/std/utilities/any/any.class/any.cons/default.pass.cpp
M libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/default.pass.cpp
M libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/nullptr.pass.cpp
Log Message:
-----------
[libc++][nfc] Use TEST_SAFE_STATIC.
This avoids using an libc++ internal macro in our tests.
Reviewed By: #libc, philnik, ldionne
Differential Revision: https://reviews.llvm.org/D118874
More information about the All-commits
mailing list