summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/cindex-from-source.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
commit7681afdff07f2b455682ef04b4f487ba806ae99e (patch)
tree8803268b1ac0da1602772077f8ebb31920345be3 /clang/test/Index/cindex-from-source.m
parent8f0b7feb4c84d8d7ccf4eec7fe51d210f1a08dda (diff)
downloadbcm5719-llvm-7681afdff07f2b455682ef04b4f487ba806ae99e.tar.gz
bcm5719-llvm-7681afdff07f2b455682ef04b4f487ba806ae99e.zip
Add "native" to config.available_features, to make it easier to disable non-x-compile-safe tests
Patch by Artyom Skrobov! llvm-svn: 190681
Diffstat (limited to 'clang/test/Index/cindex-from-source.m')
-rw-r--r--clang/test/Index/cindex-from-source.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/cindex-from-source.m b/clang/test/Index/cindex-from-source.m
index f226e453353..504d90fd2bc 100644
--- a/clang/test/Index/cindex-from-source.m
+++ b/clang/test/Index/cindex-from-source.m
@@ -1,4 +1,4 @@
-
+// REQUIRES: native
// RUN: %clang -x objective-c-header %S/Inputs/cindex-from-source.h -o %t.pfx.h.gch
// RUN: c-index-test -test-load-source local %s -include %t.pfx.h > %t
// RUN: FileCheck %s < %t
OpenPOWER on IntegriCloud