diff options
author | Erich Keane <erich.keane@intel.com> | 2017-11-20 21:46:29 +0000 |
---|---|---|
committer | Erich Keane <erich.keane@intel.com> | 2017-11-20 21:46:29 +0000 |
commit | 523edb0a3abebc8c1f00b2b8413650d47960d4dc (patch) | |
tree | a11efcb73c9d1f43030664b9779d9c98efeb1dc4 /clang/test/Index/c-index-getCursor-test.m | |
parent | 8b6ef88e7eb618dea0160eaddecf901eb28bc2e1 (diff) | |
download | bcm5719-llvm-523edb0a3abebc8c1f00b2b8413650d47960d4dc.tar.gz bcm5719-llvm-523edb0a3abebc8c1f00b2b8413650d47960d4dc.zip |
Revert r318669/318694
Broke some libclang tests, so reverting for now.
llvm-svn: 318698
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 { } |