Skip to content

Commit 465bc2d

Browse files
Disable comment auto-test
1 parent 342e919 commit 465bc2d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Tests/CSharp/TriviaTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ public static void Main(string[] args)
9595
}
9696
#endregion
9797
#endregion
98-
#endregion");
98+
#endregion",
99+
hasLineCommentConversionIssue: true);//Auto-test code doesn't know to avoid adding comment on same line as region
99100
}
100101
}
101102
}

0 commit comments

Comments
 (0)