diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-12-04 03:41:33 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-12-04 03:41:33 +0000 |
commit | a8fb443f44fd80a37479054d3509a1c0eee6d909 (patch) | |
tree | 6d2329779042440509b551ba906962a3c65dd120 /test/CodeGenCXX/constructor-template.cpp | |
parent | c1a59989e79a6fa5dc5f2cdbe2fdea69824757ce (diff) | |
download | clang-a8fb443f44fd80a37479054d3509a1c0eee6d909.tar.gz |
clang/test: REQUIRES: s/x86-64-registered-target/x86-registered-target/
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196350 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/constructor-template.cpp')
-rw-r--r-- | test/CodeGenCXX/constructor-template.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/constructor-template.cpp b/test/CodeGenCXX/constructor-template.cpp index 0d38d10c13..675e3cfc0a 100644 --- a/test/CodeGenCXX/constructor-template.cpp +++ b/test/CodeGenCXX/constructor-template.cpp @@ -1,4 +1,4 @@ -// REQUIRES: x86-registered-target,x86-64-registered-target +// REQUIRES: x86-registered-target // RUN: %clang_cc1 -triple x86_64-apple-darwin -std=c++11 -S %s -o %t-64.s // RUN: FileCheck -check-prefix CHECK-LP64 --input-file=%t-64.s %s // RUN: %clang_cc1 -triple i386-apple-darwin -std=c++11 -S %s -o %t-32.s |