Skip to content

Commit 7a3b657

Browse files
committed
C#: Update expected output following roslyn-3.0.0 update.
1 parent 7b19402 commit 7a3b657

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

csharp/ql/test/library-tests/compilations/Compilations.expected

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
diagnostics
2-
| Program.cs:1:1:1:13 | CS8019: Unnecessary using directive. | CS8019 | 0 | Unnecessary using directive | Unnecessary using directive. |
32
| Program.cs:7:13:7:13 | CS0219: The variable 'x' is assigned but its value is never used | CS0219 | 2 | Variable is assigned but its value is never used | The variable 'x' is assigned but its value is never used |
43
| Program.cs:9:9:9:11 | CS0162: Unreachable code detected | CS0162 | 2 | Unreachable code detected | Unreachable code detected |
54
| Program.cs:9:13:9:13 | CS0219: The variable 'y' is assigned but its value is never used | CS0219 | 2 | Variable is assigned but its value is never used | The variable 'y' is assigned but its value is never used |
@@ -23,7 +22,6 @@ compilationFiles
2322
compilationFolder
2423
| compilation | compilations |
2524
diagnosticElements
26-
| Program.cs:1:1:1:13 | CS8019: Unnecessary using directive. | Program.cs:1:1:1:13 | using ...; |
2725
| Program.cs:7:13:7:13 | CS0219: The variable 'x' is assigned but its value is never used | Program.cs:7:13:7:13 | access to local variable x |
2826
| Program.cs:7:13:7:13 | CS0219: The variable 'x' is assigned but its value is never used | Program.cs:7:13:7:13 | x |
2927
| Program.cs:9:13:9:13 | CS0219: The variable 'y' is assigned but its value is never used | Program.cs:9:13:9:13 | access to local variable y |

0 commit comments

Comments
 (0)