Skip to content

Commit c77ecd3

Browse files
authored
Merge pull request #3884 from apple/dabrahams-patch-1-1
[emacs support] properly parse some test failures
2 parents c748ba6 + c873099 commit c77ecd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/swift-project-settings.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ takes precedence for files in the Swift project"
251251
compilation-error-regexp-alist-alist)
252252

253253
(push 'swift-stdlibunittest-failure compilation-error-regexp-alist)
254-
(push `(swift-stdlibunittest-failure "^\\(?:\\(?:stdout\\|stderr\\)>>> *\\)?check failed at \\([^,]*\\), line \\([0-9]+\\)$"
254+
(push `(swift-stdlibunittest-failure "^\\(?:\\(?:stdout\\|stderr\\)>>> *\\)?check failed at \\(.*?\\), line \\([0-9]+\\)$"
255255
1 2 ,(not :column) ,(not :just-a-warning))
256256
compilation-error-regexp-alist-alist)
257257

0 commit comments

Comments
 (0)