Skip to content

Commit c6ef159

Browse files
Remove XML Documentation for tests and benchmarks
1 parent 1442261 commit c6ef159

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

csharp/Platform.RegularExpressions.Transformer.CSharpToCpp.Tests/CSharpToCppTransformerTests.cs

-18
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,8 @@
22

33
namespace Platform.RegularExpressions.Transformer.CSharpToCpp.Tests
44
{
5-
/// <summary>
6-
/// <para>
7-
/// Represents the sharp to cpp transformer tests.
8-
/// </para>
9-
/// <para></para>
10-
/// </summary>
115
public class CSharpToCppTransformerTests
126
{
13-
/// <summary>
14-
/// <para>
15-
/// Tests that empty line test.
16-
/// </para>
17-
/// <para></para>
18-
/// </summary>
197
[Fact]
208
public void EmptyLineTest()
219
{
@@ -25,12 +13,6 @@ public void EmptyLineTest()
2513
Assert.Equal("", actualResult);
2614
}
2715

28-
/// <summary>
29-
/// <para>
30-
/// Tests that hello world test.
31-
/// </para>
32-
/// <para></para>
33-
/// </summary>
3416
[Fact]
3517
public void HelloWorldTest()
3618
{

0 commit comments

Comments
 (0)