Skip to content

Commit 548377b

Browse files
author
Cédric Belin
committed
Remove a useless comment [skip ci]
1 parent ef2d7af commit 548377b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/report_test.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ public sealed class ReportTest {
1111
/// </summary>
1212
private static string coverage = string.Empty;
1313

14-
/// <summary>
15-
/// Method invoked before the first test is run.
16-
/// </summary>
17-
/// <param name="_">The test context.</param>
1814
[ClassInitialize]
1915
public static void ClassInitialize(TestContext _) {
2016
coverage = File.ReadAllText("../res/lcov.info");

0 commit comments

Comments
 (0)