-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change integration test to return stable results
- Loading branch information
Showing
6 changed files
with
10 additions
and
21 deletions.
There are no files selected for viewing
4 changes: 0 additions & 4 deletions
4
csharp/ql/integration-tests/all-platforms/standalone/CompilerMessage.expected
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
csharp/ql/integration-tests/all-platforms/standalone/CompilerMessage.ql
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
csharp/ql/integration-tests/all-platforms/standalone/Diag.expected
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
extractorMessages | ||
| 5 | | ||
compilerDiagnostics | ||
| 4 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import csharp | ||
import semmle.code.csharp.commons.Diagnostics | ||
|
||
query predicate extractorMessages(int c) { c = count(ExtractorMessage msg) } | ||
|
||
query predicate compilerDiagnostics(int c) { c = count(Diagnostic diag) } |
5 changes: 0 additions & 5 deletions
5
csharp/ql/integration-tests/all-platforms/standalone/ExtractortMessages.expected
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
csharp/ql/integration-tests/all-platforms/standalone/ExtractortMessages.ql
This file was deleted.
Oops, something went wrong.