[libcxx-commits] [libcxx] 4d12d61 - [libc++] NFC: Add missing license to test
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Sep 11 07:15:34 PDT 2020
Author: Louis Dionne
Date: 2020-09-11T10:15:27-04:00
New Revision: 4d12d6149ced575be5386889b27f3bb1891052ab
URL: https://github.com/llvm/llvm-project/commit/4d12d6149ced575be5386889b27f3bb1891052ab
DIFF: https://github.com/llvm/llvm-project/commit/4d12d6149ced575be5386889b27f3bb1891052ab.diff
LOG: [libc++] NFC: Add missing license to test
Added:
Modified:
libcxx/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/function_type_default_deleter.fail.cpp
Removed:
################################################################################
diff --git a/libcxx/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/function_type_default_deleter.fail.cpp b/libcxx/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/function_type_default_deleter.fail.cpp
index 5dea3cb7cc17..0bba136ade6d 100644
--- a/libcxx/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/function_type_default_deleter.fail.cpp
+++ b/libcxx/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/function_type_default_deleter.fail.cpp
@@ -1,3 +1,11 @@
+//===----------------------------------------------------------------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
// UNSUPPORTED: c++03
#include <memory>
More information about the libcxx-commits
mailing list