[libcxx-commits] [libcxx] 5d976ed - [libc++][NFC] Move libc++-specific unique_ptr test to test/libcxx

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jul 28 10:32:45 PDT 2023


Author: Nikolas Klauser
Date: 2023-07-28T10:32:33-07:00
New Revision: 5d976edd3f2af2f0ddcbcf45c8b2b5631ce4deec

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

LOG: [libc++][NFC] Move libc++-specific unique_ptr test to test/libcxx

Added: 
    libcxx/test/libcxx/utilities/smartptr/unique.ptr/null.pass.cpp

Modified: 
    

Removed: 
    libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/null.pass.cpp


################################################################################
diff  --git a/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/null.pass.cpp b/libcxx/test/libcxx/utilities/smartptr/unique.ptr/null.pass.cpp
similarity index 100%
rename from libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/null.pass.cpp
rename to libcxx/test/libcxx/utilities/smartptr/unique.ptr/null.pass.cpp


        


More information about the libcxx-commits mailing list