Skip to content

Commit 6f01826

Browse files
authored
Merge pull request #31010 from davezarzycki/pr31010
2 parents 6837225 + 80f0e39 commit 6f01826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/line-directive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ def run():
700700
':(?P<line>[0-9]+):(?P<column>[0-9]+):(?P<tail>.*?)\n?$')
701701

702702
assertion_pattern = re.compile(
703-
'^(?P<head>.*( file | at |#[0-9]+: |[[]))' +
703+
'^(?P<head>.*( file | at |#[0-9]+: |[\[]))' +
704704
sources +
705705
'(?P<middle>, line |:)(?P<line>[0-9]+)(?P<tail>.*?)\n?$')
706706

0 commit comments

Comments
 (0)