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/annotate-macro-args.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/annotate-macro-args.m')
| -rw-r--r-- | clang/test/Index/annotate-macro-args.m | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/clang/test/Index/annotate-macro-args.m b/clang/test/Index/annotate-macro-args.m index aef5460c3e4..7d56523ce49 100644 --- a/clang/test/Index/annotate-macro-args.m +++ b/clang/test/Index/annotate-macro-args.m @@ -1,11 +1,11 @@ // Test without PCH -// RUN: c-index-test -test-annotate-tokens=%S/annotate-macro-args.h:9:1:10:1 %s -ffreestanding -include %S/annotate-macro-args.h | FileCheck -check-prefix=CHECK1 %s -// RUN: c-index-test -test-annotate-tokens=%S/annotate-macro-args.h:15:1:16:1 %s -ffreestanding -include %S/annotate-macro-args.h | FileCheck -check-prefix=CHECK2 %s +// RUN: c-index-test -test-annotate-tokens=%S/annotate-macro-args.h:9:1:10:1 %s -include %S/annotate-macro-args.h | FileCheck -check-prefix=CHECK1 %s +// RUN: c-index-test -test-annotate-tokens=%S/annotate-macro-args.h:15:1:16:1 %s -include %S/annotate-macro-args.h | FileCheck -check-prefix=CHECK2 %s // Test with PCH -// RUN: c-index-test -write-pch %t.pch -x objective-c-header %S/annotate-macro-args.h -ffreestanding -Xclang -detailed-preprocessing-record -// RUN: c-index-test -test-annotate-tokens=%S/annotate-macro-args.h:9:1:10:1 %s -ffreestanding -include-pch %t.pch | FileCheck -check-prefix=CHECK1 %s -// RUN: c-index-test -test-annotate-tokens=%S/annotate-macro-args.h:15:1:16:1 %s -ffreestanding -include-pch %t.pch | FileCheck -check-prefix=CHECK2 %s +// RUN: c-index-test -write-pch %t.pch -x objective-c-header %S/annotate-macro-args.h -Xclang -detailed-preprocessing-record +// RUN: c-index-test -test-annotate-tokens=%S/annotate-macro-args.h:9:1:10:1 %s -include-pch %t.pch | FileCheck -check-prefix=CHECK1 %s +// RUN: c-index-test -test-annotate-tokens=%S/annotate-macro-args.h:15:1:16:1 %s -include-pch %t.pch | FileCheck -check-prefix=CHECK2 %s // CHECK1: Identifier: "MACRO" [9:3 - 9:8] macro expansion=MACRO:6:9 // CHECK1: Punctuation: "(" [9:8 - 9:9] |

