summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/copy-constructor-synthesis-2.cpp
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2015-04-30 01:15:19 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2015-04-30 01:15:19 +0000
commit13afe197a0ec8099b8eb1227eced7ec6094c9ff9 (patch)
treef63e677093fcdb520ccb76737377749790d939bf /clang/test/CodeGenCXX/copy-constructor-synthesis-2.cpp
parent9a19e56306a4fd2a08e89d51fad3fb6abb8a3c64 (diff)
downloadbcm5719-llvm-13afe197a0ec8099b8eb1227eced7ec6094c9ff9.tar.gz
bcm5719-llvm-13afe197a0ec8099b8eb1227eced7ec6094c9ff9.zip
Remove XFAIL now that this test passes (fixed by r236184).
llvm-svn: 236194
Diffstat (limited to 'clang/test/CodeGenCXX/copy-constructor-synthesis-2.cpp')
-rw-r--r--clang/test/CodeGenCXX/copy-constructor-synthesis-2.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/copy-constructor-synthesis-2.cpp b/clang/test/CodeGenCXX/copy-constructor-synthesis-2.cpp
index 05be9411a23..02feed3208f 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 {
OpenPOWER on IntegriCloud