]> granicus.if.org Git - clang/commitdiff
Remove XFAIL now that this test passes (fixed by r236184).
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 30 Apr 2015 01:15:19 +0000 (01:15 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 30 Apr 2015 01:15:19 +0000 (01:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@236194 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/copy-constructor-synthesis-2.cpp

index 05be9411a23ce5863cc437d935ce13d17c7ff702..02feed3208f6e0954b0da0ad09f8dffc5d5b02e0 100644 (file)
@@ -1,4 +1,3 @@
-// XFAIL: hexagon
 // RUN: %clang_cc1 -triple %itanium_abi_triple -std=c++11 -emit-llvm -o - %s | FileCheck %s
 
 union PR23373 {