diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2015-04-30 01:15:19 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2015-04-30 01:15:19 +0000 |
commit | 13afe197a0ec8099b8eb1227eced7ec6094c9ff9 (patch) | |
tree | f63e677093fcdb520ccb76737377749790d939bf /clang/test/CodeGenCXX/copy-constructor-synthesis-2.cpp | |
parent | 9a19e56306a4fd2a08e89d51fad3fb6abb8a3c64 (diff) | |
download | bcm5719-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.cpp | 1 |
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 { |