diff options
| author | Amaury de la Vieuville <amaury.dlv@gmail.com> | 2013-09-13 11:02:31 +0000 |
|---|---|---|
| committer | Amaury de la Vieuville <amaury.dlv@gmail.com> | 2013-09-13 11:02:31 +0000 |
| commit | 7681afdff07f2b455682ef04b4f487ba806ae99e (patch) | |
| tree | 8803268b1ac0da1602772077f8ebb31920345be3 /clang/test/Index/cindex-from-source.m | |
| parent | 8f0b7feb4c84d8d7ccf4eec7fe51d210f1a08dda (diff) | |
| download | bcm5719-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.m | 2 |
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 |

