summaryrefslogtreecommitdiffstats
path: root/test/Index/complete-pch.m
diff options
context:
space:
mode:
authorAmaury de la Vieuville <amaury.dlv@gmail.com>2013-09-13 11:02:31 +0000
committerAmaury de la Vieuville <amaury.dlv@gmail.com>2013-09-13 11:02:31 +0000
commit09098596c92e4d1c1d172988e48144d49a9705a0 (patch)
tree8b1156eaef9b99d3a8b80ab0f26804854ecbaf75 /test/Index/complete-pch.m
parentac885cd60267afbe67c9ed61515be3816032bba2 (diff)
Add "native" to config.available_features, to make it easier to disable non-x-compile-safe tests
Patch by Artyom Skrobov! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190681 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Index/complete-pch.m')
-rw-r--r--test/Index/complete-pch.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Index/complete-pch.m b/test/Index/complete-pch.m
index 517d49c635..4c29f2796b 100644
--- a/test/Index/complete-pch.m
+++ b/test/Index/complete-pch.m
@@ -11,6 +11,8 @@ void msg_id(id x) {
[x instanceMethod1:5];
}
+// REQUIRES: native
+
// Build the precompiled header
// RUN: %clang -x objective-c-header -o %t.h.pch %S/Inputs/complete-pch.h