From b7f27d421f98e10c4cc9f10b47ec100955c3aaa7 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Thu, 22 Mar 2018 19:18:08 +0000 Subject: [PATCH] Un-XFAIL a test under new GCC version; the GCC bug has been fixed git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@328229 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../function.objects/comparisons/constexpr_init.pass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/std/utilities/function.objects/comparisons/constexpr_init.pass.cpp b/test/std/utilities/function.objects/comparisons/constexpr_init.pass.cpp index 6ebca1e3c..abb80d06d 100644 --- a/test/std/utilities/function.objects/comparisons/constexpr_init.pass.cpp +++ b/test/std/utilities/function.objects/comparisons/constexpr_init.pass.cpp @@ -9,7 +9,7 @@ // UNSUPPORTED: c++98, c++03, c++11 -// XFAIL: gcc-7, gcc-8 +// XFAIL: gcc-7 //