Follow LWG 2520 "N4089 broke initializing unique_ptr<T[]> from a nullptr".
This library issue permits nullptr, but not 0 or NULL (which can be 0). In null_ctor.pass.cpp, replace 0 with nullptr. In pointer_deleter01.pass.cpp, which is testing both NULL and nullptr, mark the NULL test as libcxx-specific.