diff options
| author | Michael Gottesman <mgottesman@apple.com> | 2012-10-01 23:39:44 +0000 |
|---|---|---|
| committer | Michael Gottesman <mgottesman@apple.com> | 2012-10-01 23:39:44 +0000 |
| commit | 101290bcef968380b3eed3241fc53a29e1a91a66 (patch) | |
| tree | 8789e70b2222dc44ba8e469f15d2540ddc1809fe /clang/test/Index/annotate-macro-args.m | |
| parent | e2a9d42297a21061e833b13840857017e1fab2ec (diff) | |
| download | bcm5719-llvm-101290bcef968380b3eed3241fc53a29e1a91a66.tar.gz bcm5719-llvm-101290bcef968380b3eed3241fc53a29e1a91a66.zip | |
[clang-tests] Changed relative paths to absolute paths in run command for annotate-macro-args.m, get-cursor-macro-args.m, import_self.c.
This fixes make check-all failures when make -C is used to run the tests.
llvm-svn: 164978
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 b92c0b29eb6..3bba5f41e36 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 -include 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 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 -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 +// RUN: c-index-test -write-pch %S/%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 %S/%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 %S/%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] |

