We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa06dfa commit 396b5e9Copy full SHA for 396b5e9
csharp-compilation.el
@@ -90,11 +90,6 @@
90
91
(defconst csharp-compilation-re-dotnet-testfail
92
(concat
93
- "^[[:blank:]]+X \\(?:.+\n\\)"
94
- "[[:blank:]]+Error Message:\n"
95
- "[[:blank:]]+\\(?:.+\n\\)"
96
- "\\(?:^Expected: \\(?:.+\n\\)\\)?"
97
- "\\(?:^Actual: \\(?:.+\n\\)\\)?"
98
"[[:blank:]]+Stack Trace:\n"
99
"[[:blank:]]+at [^\n]+ in \\([^\n]+\\):line \\([0-9]+\\)"))
100
0 commit comments