Another fix for 7d91633a2b9b1f563dc14c632cc0c461c3651f76
authorDavid Goldman <davg@google.com>
Wed, 19 Feb 2020 22:12:12 +0000 (17:12 -0500)
committerDavid Goldman <davg@google.com>
Wed, 19 Feb 2020 22:15:11 +0000 (17:15 -0500)
Forgot to update lines for RUNs

clang/test/CodeCompletion/included-symlinks.cpp

index daa0c02..bccaaa6 100644 (file)
@@ -6,11 +6,11 @@
 
 // Suggest symlinked header files.
 #include "foo.h"
-// RUN: %clang -fsyntax-only -I%t/links -Xclang -code-completion-at=%s:7:13 %s | FileCheck -check-prefix=CHECK-1 %s
+// RUN: %clang -fsyntax-only -I%t/links -Xclang -code-completion-at=%s:8:13 %s | FileCheck -check-prefix=CHECK-1 %s
 // CHECK-1: foo.h"
 // CHECK-1: foobar.h"
 
 // Suggest symlinked folder.
 #include "mypr"
-// RUN: %clang -fsyntax-only -I%t/links -Xclang -code-completion-at=%s:13:13 %s | FileCheck -check-prefix=CHECK-2 %s
+// RUN: %clang -fsyntax-only -I%t/links -Xclang -code-completion-at=%s:14:13 %s | FileCheck -check-prefix=CHECK-2 %s
 // CHECK-2: myproj/