[llvm] [lit] Fix some issues from --per-test-coverage (PR #65242)

Paul T Robinson via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 14 07:25:48 PDT 2023


================
@@ -1837,13 +1830,7 @@ def _handleCommand(cls, line_number, line, output, keyword):
         if not output or not output[-1].add_continuation(line_number, keyword, line):
             if output is None:
                 output = []
-            pdbg = "%dbg({keyword} at line {line_number})".format(
-                keyword=keyword, line_number=line_number
-            )
-            assert re.match(
-                kPdbgRegex + "$", pdbg
----------------
pogo59 wrote:

The web UI squash-and-merge will automatically rebase to current HEAD.

https://github.com/llvm/llvm-project/pull/65242


More information about the llvm-commits mailing list