MaskRay added inline comments.
================ Comment at: compiler-rt/test/profile/coverage_comments.cpp:9 + int y = 0; /* comment */ // CHECK: [[# @LINE]]| 1| int y = 0; /* comment */ + int z = 0; // comment // CHECK: [[# @LINE]]| 1| int z = 0; // comment + // comment // CHECK: [[# @LINE]]| | // comment ---------------- I think you can just use `CHECK-NEXT:` for each line and remove duplicated code on the right side. See some recent `gcov-*` tests I added. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D83592/new/ https://reviews.llvm.org/D83592 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits