diff options
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) |