diff options
author | Erich Keane <erich.keane@intel.com> | 2017-12-11 18:14:51 +0000 |
---|---|---|
committer | Erich Keane <erich.keane@intel.com> | 2017-12-11 18:14:51 +0000 |
commit | 6c4835978a1ece85d1ea26bddc9dcc73876f6b10 (patch) | |
tree | bb9bbf908d65748f4846bc4f2b6c0d53c835b604 /clang/test/Index/c-index-getCursor-test.m | |
parent | 9b2a5e1e0b5d636bd9c3492b133fa1d9f202b30e (diff) | |
download | bcm5719-llvm-6c4835978a1ece85d1ea26bddc9dcc73876f6b10.tar.gz bcm5719-llvm-6c4835978a1ece85d1ea26bddc9dcc73876f6b10.zip |
Revert 320391: Certain targets are failing, pulling back to diagnose.
llvm-svn: 320398
Diffstat (limited to 'clang/test/Index/c-index-getCursor-test.m')
-rw-r--r-- | clang/test/Index/c-index-getCursor-test.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Index/c-index-getCursor-test.m b/clang/test/Index/c-index-getCursor-test.m index d379904c800..2361af62ab7 100644 --- a/clang/test/Index/c-index-getCursor-test.m +++ b/clang/test/Index/c-index-getCursor-test.m @@ -1,5 +1,5 @@ -// RUN: c-index-test -write-pch %t.ast -arch x86_64 -mmacosx-version-min=10.6 -fblocks -x objective-c %s -ffreestanding -// RUN: c-index-test -test-file-scan %t.ast %s -ffreestanding > %t 2>&1 && FileCheck --input-file=%t %s +// RUN: c-index-test -write-pch %t.ast -arch x86_64 -mmacosx-version-min=10.6 -fblocks -x objective-c %s +// RUN: c-index-test -test-file-scan %t.ast %s > %t 2>&1 && FileCheck --input-file=%t %s @interface Foo { } |