summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/array-operator-delete-call.cpp
diff options
context:
space:
mode:
authorGalina Kistanova <gkistanova@gmail.com>2011-06-03 22:24:54 +0000
committerGalina Kistanova <gkistanova@gmail.com>2011-06-03 22:24:54 +0000
commit0ccb31c389a09216a5b60cf05bd01516ddbe8d4f (patch)
treea0a89b42c54b199c79958fd498e87a72c331ebd0 /test/CodeGenCXX/array-operator-delete-call.cpp
parent2808757182879b25e55d4c2f8a131f00b5d2495d (diff)
These tests require particular registered targets. Declared as such.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132600 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/array-operator-delete-call.cpp')
-rw-r--r--test/CodeGenCXX/array-operator-delete-call.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGenCXX/array-operator-delete-call.cpp b/test/CodeGenCXX/array-operator-delete-call.cpp
index ad60cf6a67..41b0118fe8 100644
--- a/test/CodeGenCXX/array-operator-delete-call.cpp
+++ b/test/CodeGenCXX/array-operator-delete-call.cpp
@@ -1,3 +1,4 @@
+// REQUIRES: x86-registered-target,x86-64-registered-target
// RUN: %clang_cc1 -triple x86_64-apple-darwin -std=c++0x -S %s -o %t-64.s
// RUN: FileCheck -check-prefix LP64 --input-file=%t-64.s %s
// RUN: %clang_cc1 -triple i386-apple-darwin -std=c++0x -S %s -o %t-32.s