We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4bd7af commit 51e08d4Copy full SHA for 51e08d4
csharp/ql/src/Diagnostics/DiagnosticExtractionErrors.ql
@@ -60,4 +60,4 @@ private class DiagnosticExtractorError extends DiagnosticError {
60
}
61
62
from DiagnosticError error
63
-select error.getMessage(), 3
+select error.getMessage(), 2
csharp/ql/test/library-tests/diagnostics/DiagnosticExtractorErrors.expected
@@ -1 +1 @@
1
-| Unexpected C# extractor error in Program.cs: Unable to resolve target for call. (Compilation error?) | 3 |
+| Unexpected C# extractor error in Program.cs: Unable to resolve target for call. (Compilation error?) | 2 |
0 commit comments