From: Louis Dionne Date: Fri, 10 Apr 2020 20:11:22 +0000 (-0400) Subject: [libc++] NFC: Fix typo in Lit feature (C++14 with a capital C) X-Git-Tag: llvmorg-12-init~9393 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=13d07bf437c5dd5128e8ea5abbd2d8d37ae42ebf;p=platform%2Fupstream%2Fllvm.git [libc++] NFC: Fix typo in Lit feature (C++14 with a capital C) --- 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 a6a8c0c..85f840b 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