Skip to content

Commit e9d18fd

Browse files
Make comment clearer
1 parent c613473 commit e9d18fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Tests/CSharp/ExpressionTests/AccessExpressionTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ await TestConversionVisualBasicToCSharpAsync(
570570
@"Imports System.IO
571571
Imports SIO = System.IO
572572
Imports Microsoft.VisualBasic
573-
Imports VB = Microsoft.VisualBasic 'TODO: Figure out why this is removed sometimes when it has a comment
573+
Imports VB = Microsoft.VisualBasic 'TODO: Figure out why this is removed sometimes by the simplifier (making this test flaky)
574574
575575
Public Class Test
576576
Private aliased As String = VB.Left(""SomeText"", 1)
@@ -590,7 +590,7 @@ End Sub
590590
using System.IO;
591591
using SIO = System.IO;
592592
using Microsoft.VisualBasic; // Install-Package Microsoft.VisualBasic
593-
using VB = Microsoft.VisualBasic; // Install-Package Microsoft.VisualBasic // TODO: Figure out why this is removed sometimes when it has a comment
593+
using VB = Microsoft.VisualBasic; // Install-Package Microsoft.VisualBasic // TODO: Figure out why this is removed sometimes by the simplifier (making this test flaky)
594594
595595
public partial class Test
596596
{

0 commit comments

Comments
 (0)