Author: arphaman Date: Wed Jan 2 17:30:50 2019 New Revision: 350283 URL: http://llvm.org/viewvc/llvm-project?rev=350283&view=rev Log: Fix incorrect column numbers in test from r350282.
After the test was reformatted using clang-format the numbers became invalid. Modified: cfe/trunk/test/Index/coroutines.cpp Modified: cfe/trunk/test/Index/coroutines.cpp URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/coroutines.cpp?rev=350283&r1=350282&r2=350283&view=diff ============================================================================== --- cfe/trunk/test/Index/coroutines.cpp (original) +++ cfe/trunk/test/Index/coroutines.cpp Wed Jan 2 17:30:50 2019 @@ -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] _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits