[libcxx-commits] [libcxx] 13d07bf - [libc++] NFC: Fix typo in Lit feature (C++14 with a capital C)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Apr 10 13:12:08 PDT 2020
Author: Louis Dionne
Date: 2020-04-10T16:12:01-04:00
New Revision: 13d07bf437c5dd5128e8ea5abbd2d8d37ae42ebf
URL: https://github.com/llvm/llvm-project/commit/13d07bf437c5dd5128e8ea5abbd2d8d37ae42ebf
DIFF: https://github.com/llvm/llvm-project/commit/13d07bf437c5dd5128e8ea5abbd2d8d37ae42ebf.diff
LOG: [libc++] NFC: Fix typo in Lit feature (C++14 with a capital C)
Added:
Modified:
libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/underlying_type.fail.cpp
Removed:
################################################################################
diff --git a/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/underlying_type.fail.cpp b/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/underlying_type.fail.cpp
index a6a8c0cd35d6..85f840be35f3 100644
--- a/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/underlying_type.fail.cpp
+++ b/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/underlying_type.fail.cpp
@@ -5,7 +5,7 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
-// UNSUPPORTED: c++98, c++03, c++11, C++14, c++17
+// UNSUPPORTED: c++98, c++03, c++11, c++14, c++17
// type_traits
// underlying_type
More information about the libcxx-commits
mailing list