summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/coroutines.cpp
diff options
context:
space:
mode:
authorAlex Lorenz <arphaman@gmail.com>2019-01-03 01:30:50 +0000
committerAlex Lorenz <arphaman@gmail.com>2019-01-03 01:30:50 +0000
commitddc62017ea18ea08afc6c4b1e5c57198f1222e36 (patch)
tree9887d3ecfb6a1b4fe8b281b491798a3397162014 /clang/test/Index/coroutines.cpp
parent977ffd7b8f1f37f2aa90b31982ce3c0c95269df0 (diff)
downloadbcm5719-llvm-ddc62017ea18ea08afc6c4b1e5c57198f1222e36.tar.gz
bcm5719-llvm-ddc62017ea18ea08afc6c4b1e5c57198f1222e36.zip
Fix incorrect column numbers in test from r350282.
After the test was reformatted using clang-format the numbers became invalid. llvm-svn: 350283
Diffstat (limited to 'clang/test/Index/coroutines.cpp')
-rw-r--r--clang/test/Index/coroutines.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Index/coroutines.cpp b/clang/test/Index/coroutines.cpp
index be9ddc0b6f0..5853437926c 100644
--- a/clang/test/Index/coroutines.cpp
+++ b/clang/test/Index/coroutines.cpp
@@ -20,5 +20,5 @@ void CoroutineTestRet() {
}
// CHECK: [[@LINE-3]]:25: UnexposedStmt=
// CHECK-SAME: [[@LINE-4]]:25 - [[@LINE-2]]:2]
-// CHECK: [[@LINE-4]]:5: UnexposedStmt=
-// CHECK-SAME: [[@LINE-5]]:5 - [[@LINE-5]]:14]
+// CHECK: [[@LINE-4]]:3: UnexposedStmt=
+// CHECK-SAME: [[@LINE-5]]:3 - [[@LINE-5]]:12]
OpenPOWER on IntegriCloud