Skip to content

Commit 322fb6c

Browse files
committed
Change integration test to return stable results
1 parent d749335 commit 322fb6c

File tree

6 files changed

+10
-21
lines changed

6 files changed

+10
-21
lines changed

csharp/ql/integration-tests/all-platforms/standalone/CompilerMessage.expected

Lines changed: 0 additions & 4 deletions
This file was deleted.

csharp/ql/integration-tests/all-platforms/standalone/CompilerMessage.ql

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
extractorMessages
2+
| 5 |
3+
compilerDiagnostics
4+
| 4 |
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import csharp
2+
import semmle.code.csharp.commons.Diagnostics
3+
4+
query predicate extractorMessages(int c) { c = count(ExtractorMessage msg) }
5+
6+
query predicate compilerDiagnostics(int c) { c = count(Diagnostic diag) }

csharp/ql/integration-tests/all-platforms/standalone/ExtractortMessages.expected

Lines changed: 0 additions & 5 deletions
This file was deleted.

csharp/ql/integration-tests/all-platforms/standalone/ExtractortMessages.ql

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)