Skip to content

Commit

Permalink
Change integration test to return stable results
Browse files Browse the repository at this point in the history
  • Loading branch information
tamasvajk committed Mar 18, 2024
1 parent d749335 commit 322fb6c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 21 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
extractorMessages
| 5 |
compilerDiagnostics
| 4 |
6 changes: 6 additions & 0 deletions csharp/ql/integration-tests/all-platforms/standalone/Diag.ql
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) }

This file was deleted.

This file was deleted.

0 comments on commit 322fb6c

Please sign in to comment.