From: Richard Smith Date: Thu, 30 Apr 2015 01:15:19 +0000 (+0000) Subject: Remove XFAIL now that this test passes (fixed by r236184). X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c1e3b24e6143f8486338f4d2509033828656f57a;p=clang Remove XFAIL now that this test passes (fixed by r236184). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@236194 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/copy-constructor-synthesis-2.cpp b/test/CodeGenCXX/copy-constructor-synthesis-2.cpp index 05be9411a2..02feed3208 100644 --- a/test/CodeGenCXX/copy-constructor-synthesis-2.cpp +++ b/test/CodeGenCXX/copy-constructor-synthesis-2.cpp @@ -1,4 +1,3 @@ -// XFAIL: hexagon // RUN: %clang_cc1 -triple %itanium_abi_triple -std=c++11 -emit-llvm -o - %s | FileCheck %s union PR23373 {