From 773a3a53f9a61261667b9ef176d0ef25ef7099b0 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Mon, 8 Jan 2018 22:16:30 +0000 Subject: [PATCH] Apparently 'C++14' is different than 'c++14' git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@322034 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../function.objects/func.search/func.search.bm/hash.pass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/std/utilities/function.objects/func.search/func.search.bm/hash.pass.cpp b/test/std/utilities/function.objects/func.search/func.search.bm/hash.pass.cpp index f4ad7cd78..2555cedb2 100644 --- a/test/std/utilities/function.objects/func.search/func.search.bm/hash.pass.cpp +++ b/test/std/utilities/function.objects/func.search/func.search.bm/hash.pass.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// -// UNSUPPORTED: c++98, c++03, c++11, C++14 +// UNSUPPORTED: c++98, c++03, c++11, c++14 // XFAIL: c++17, c++2a //