Skip to content

Commit c873099

Browse files
author
Dave Abrahams
authored
[emacs support] properly parse some test failures
1 parent b79fa44 commit c873099

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)