r236194 - Remove XFAIL now that this test passes (fixed by r236184).

Richard Smith richard-llvm at metafoo.co.uk
Wed Apr 29 18:15:20 PDT 2015


Author: rsmith
Date: Wed Apr 29 20:15:19 2015
New Revision: 236194

URL: http://llvm.org/viewvc/llvm-project?rev=236194&view=rev
Log:
Remove XFAIL now that this test passes (fixed by r236184).

Modified:
    cfe/trunk/test/CodeGenCXX/copy-constructor-synthesis-2.cpp

Modified: cfe/trunk/test/CodeGenCXX/copy-constructor-synthesis-2.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/copy-constructor-synthesis-2.cpp?rev=236194&r1=236193&r2=236194&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/copy-constructor-synthesis-2.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/copy-constructor-synthesis-2.cpp Wed Apr 29 20:15:19 2015
@@ -1,4 +1,3 @@
-// XFAIL: hexagon
 // RUN: %clang_cc1 -triple %itanium_abi_triple -std=c++11 -emit-llvm -o - %s | FileCheck %s
 
 union PR23373 {





More information about the cfe-commits mailing list