Skip to content

Commit 7b5f2c7

Browse files
committed
Fix expected test result on Windows
1 parent 41e666c commit 7b5f2c7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

csharp/ql/integration-tests/all-platforms/standalone_resx/CompilationInfo.expected

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
| Failed project restore with package source error | 0.0 |
22
| Failed solution restore with package source error | 0.0 |
33
| Project files on filesystem | 1.0 |
4-
| Resolved assembly conflicts | 0.0 |
54
| Resource extraction enabled | 1.0 |
65
| Restored .NET framework variants | 1.0 |
76
| Restored projects through solution files | 0.0 |

csharp/ql/integration-tests/all-platforms/standalone_resx/CompilationInfo.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import semmle.code.csharp.commons.Diagnostics
33

44
query predicate compilationInfo(string key, float value) {
55
key != "Resolved references" and
6+
key != "Resolved assembly conflicts" and
67
not key.matches("Compiler diagnostic count for%") and
78
exists(Compilation c, string infoKey, string infoValue | infoValue = c.getInfo(infoKey) |
89
key = infoKey and

0 commit comments

Comments
 (0)