Skip to content

Commit 8890de3

Browse files
committed
Join regexes after reformatting
1 parent a14c3ed commit 8890de3

File tree

1 file changed

+1
-1
lines changed
  • llvm/utils/UpdateTestChecks

1 file changed

+1
-1
lines changed

llvm/utils/UpdateTestChecks/asm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ class string:
223223
)
224224

225225
ASM_FUNCTION_XTENSA_RE = re.compile(
226-
r"^(?P<func>[^:]+): +# @(?P=func)\n" r"(?P<body>.*?)\n" r"\.Lfunc_end\d+:\n",
226+
r"^(?P<func>[^:]+): +# @(?P=func)\n(?P<body>.*?)\n\.Lfunc_end\d+:\n",
227227
flags=(re.M | re.S),
228228
)
229229

0 commit comments

Comments
 (0)