summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/copy-assign-synthesis-1.cpp
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-06-30 01:34:09 +0000
committerAlp Toker <alp@nuanti.com>2014-06-30 01:34:09 +0000
commitf082e73696f91b5bb9f18e4a36400d634cf99c9d (patch)
treea5050e9a397c3661c300b59599e17ccdcc8de7a3 /clang/test/CodeGenCXX/copy-assign-synthesis-1.cpp
parent7b463d5a07a3f18710c5ec4a6f9e3392ffe7a85b (diff)
downloadbcm5719-llvm-f082e73696f91b5bb9f18e4a36400d634cf99c9d.tar.gz
bcm5719-llvm-f082e73696f91b5bb9f18e4a36400d634cf99c9d.zip
Remove some incorrect test suppressions
These don't actually require any registered backend to run. This commit tests the water with a handful of fixes for what is a more widespread problem. llvm-svn: 212008
Diffstat (limited to 'clang/test/CodeGenCXX/copy-assign-synthesis-1.cpp')
-rw-r--r--clang/test/CodeGenCXX/copy-assign-synthesis-1.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/copy-assign-synthesis-1.cpp b/clang/test/CodeGenCXX/copy-assign-synthesis-1.cpp
index 6e940f2d0df..3f0833b4736 100644
--- a/clang/test/CodeGenCXX/copy-assign-synthesis-1.cpp
+++ b/clang/test/CodeGenCXX/copy-assign-synthesis-1.cpp
@@ -1,4 +1,3 @@
-// REQUIRES: x86-registered-target
// RUN: %clang_cc1 -triple x86_64-apple-darwin -std=c++11 -emit-llvm %s -o - | \
// RUN: FileCheck %s
// RUN: %clang_cc1 -triple i386-apple-darwin -std=c++11 -emit-llvm %s -o - | \
OpenPOWER on IntegriCloud