From 13afe197a0ec8099b8eb1227eced7ec6094c9ff9 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Thu, 30 Apr 2015 01:15:19 +0000 Subject: [PATCH] Remove XFAIL now that this test passes (fixed by r236184). llvm-svn: 236194 --- clang/test/CodeGenCXX/copy-constructor-synthesis-2.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/clang/test/CodeGenCXX/copy-constructor-synthesis-2.cpp b/clang/test/CodeGenCXX/copy-constructor-synthesis-2.cpp index 05be941..02feed3 100644 --- a/clang/test/CodeGenCXX/copy-constructor-synthesis-2.cpp +++ b/clang/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 { -- 2.7.4