diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-07-19 07:02:30 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-07-19 07:02:30 +0000 |
commit | de51d671486b6ac9a2ad9ee5fcfdb1a23cc59238 (patch) | |
tree | 17ff629bd1f00b82d8dbb66a022e2f59e218c3c2 /test/Index/complete-available.m | |
parent | 8746d127c04f5bbaf6c6e88cef8606ca5a6a54e9 (diff) |
Vendor import of clang trunk r308421:vendor/clang/clang-trunk-r308421
Notes
Notes:
svn path=/vendor/clang/dist/; revision=321186
svn path=/vendor/clang/clang-trunk-r308421/; revision=321187; tag=vendor/clang/clang-trunk-r308421
Diffstat (limited to 'test/Index/complete-available.m')
-rw-r--r-- | test/Index/complete-available.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Index/complete-available.m b/test/Index/complete-available.m index 8267dbdddc5c..6c0a2622be03 100644 --- a/test/Index/complete-available.m +++ b/test/Index/complete-available.m @@ -8,8 +8,8 @@ void atAvailable() { } } -// RUN: c-index-test -code-completion-at=%s:4:18 %s | FileCheck -check-prefix=CHECK %s -// RUN: c-index-test -code-completion-at=%s:7:27 %s | FileCheck -check-prefix=CHECK %s +// RUN: c-index-test -code-completion-at=%s:4:18 %s | FileCheck %s +// RUN: c-index-test -code-completion-at=%s:7:27 %s | FileCheck %s // CHECK: {TypedText iOS} (40) // CHECK: {TypedText iOSApplicationExtension} (40) // CHECK: {TypedText macOS} (40) |