diff options
Diffstat (limited to 'clang/test/CodeGenCXX/copy-assign-synthesis-1.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/copy-assign-synthesis-1.cpp | 1 |
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 - | \ |