Skip to content

Commit 396b5e9

Browse files
committed
Simplify regexp.
Work with output from dotnet test.
1 parent fa06dfa commit 396b5e9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

csharp-compilation.el

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,6 @@
9090

9191
(defconst csharp-compilation-re-dotnet-testfail
9292
(concat
93-
"^[[:blank:]]+X \\(?:.+\n\\)"
94-
"[[:blank:]]+Error Message:\n"
95-
"[[:blank:]]+\\(?:.+\n\\)"
96-
"\\(?:^Expected: \\(?:.+\n\\)\\)?"
97-
"\\(?:^Actual: \\(?:.+\n\\)\\)?"
9893
"[[:blank:]]+Stack Trace:\n"
9994
"[[:blank:]]+at [^\n]+ in \\([^\n]+\\):line \\([0-9]+\\)"))
10095

0 commit comments

Comments
 (0)